Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Instance.User.Job.BatchMicrosoft Dynamics AX 2009 Batch Tasks

Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Instance.User.Job.Batch (ClassType)

Represents a batch task that is executed on an AOS in the Microsoft Dynamics AX 2009 environment

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId38e25436-5b14-071f-0688-949b132afe2b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Instance.User.Job.Batch:
BatchID  string  Batch Tasks ID true 256  False 
BatchName  string  Batch Tasks Name false 256  False 
BatchRunType  string  Batch Tasks Run Type false 256  False 
BatchStartDT  string  Batch Tasks Start Date Time false 256  False 
BatchAOS  string  AOS Name false 256  False 
Company  string  Company false  False 
ExecutedBy  string  Executed By false 256  False 
Status  string  Status false 256  False 
BatchJobID  string  Batch Job ID false 256  False 
BatchJobName  string  Batch Job Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Instance.User.Job.Batch" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="BatchID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BatchName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BatchRunType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BatchStartDT" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BatchAOS" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Company" Type="string" Key="false" CaseSensitive="false" Length="4" MinLength="0"/>
<Property ID="ExecutedBy" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Status" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BatchJobID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BatchJobName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>