Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Instance.User.JobMicrosoft Dynamics AX 2009 Batch Jobs

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

Represents a batch job in the Microsoft Dynamics AX 2009 environment

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf311716b-ca8b-bfff-93c3-0b161fa25d0a

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:
JobID  string  Job ID true 256  False 
JobName  string  Job Name false 256  False 
JobStatus  string  Job Status false 256  False 
JobActDT  string  Actual Start Date/Time false 256  False 
JobStartDT  string  Scheduled Start Date/Time false 256  False 
JobCreateBy  string  Create By false 256  False 
Company  string  Company false  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Instance.User.Job" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="JobID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="JobName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="JobStatus" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="JobActDT" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="JobStartDT" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="JobCreateBy" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Company" Type="string" Key="false" CaseSensitive="false" Length="4" MinLength="0"/>
</ClassType>