Ent Class Properties
- Last UpdatedNov 06, 2025
- 5 minute read
For a list of all members of this type, see Ent members.
| Name | Description | |
|---|---|---|
![]() | CanCaptureLabor | The CanCaptureLabor property is a read-only property that contains a flag that indicates if the current entity can capture labor. |
![]() | CanCaptureQMData | The CanCaptureQMData property is a read-only property that contains a flag that indicates if the current entity can capture QM data. |
![]() | CanCaptureUtil | The CanCaptureUtil property is a read-only property that contains a flag that indicates whether this entity can capture utilization. |
![]() | CanDoDNC | The CanDoDNC property is not used. It will always return False. |
![]() | CanLogData | The CanLogData property is a read-only property that contains a flag that indicates if the current entity can log data. |
![]() | CanRunJobs | The CanRunJobs property is a read-only property that contains a flag that indicates whether this entity can run jobs. |
![]() | CanSchedJobs | The CanSchedJobs property is a read-only property that contains a flag that indicates if the current entity can schedule jobs. |
![]() | CanSchedShifts | The CanSchedShifts property is a read-only property that contains a flag that indicates if the current entity can schedule shifts. |
![]() | CanStore | The CanStore property is a read-only property that contains a flag that indicates if the current entity can store inventory. |
![]() | CanTrackOEE | The CanTrackOEE property is a read-only property that contains a flag that indicates whether this entity can track OEE. |
![]() | CertExec | The CertExec property is a read-only property that contains the CertExec object that handles the certification functions for the current entity. If the entity does not have the "Can Run Jobs" capability, this property will be null. |
![]() | CurShiftDesc | The CurShiftDesc property is a read-only property that contains the current shift description. |
![]() | CurShiftID | The CurShiftID property is a read-only property that contains the current shift ID. |
![]() | CurShiftStartTime | The CurShiftStartTime property is a read-only property that contains the current shift start time. |
![]() | EntDesc | The EntDesc property is a read-only property that contains the description of the entity represented by this entity. |
![]() | EntId | The EntID property is a read-only property that contains the ID of the entity represented by this Ent object. |
![]() | EntName | The EntName property is a read-only property that contains the name of the entity represented by the entity object. |
![]() | FoldersExec | The FoldersExec property is a read-only property that contains the FoldersExec object that handles folders functions for this entity. |
![]() | JobExec | The JobExec property is a read-only property that contains the JobExec object that handles job execution functions for this entity. If the entity does not have the "Can Run Jobs" capability, this property will be null. |
![]() | LaborExec | The LaborExec property is a read-only property that contains the LaborExec object that handles the Labor functions for this entity. If the entity does not have the "Can Capture Labor" capability, this property will be null. |
![]() | NumberOfJobsEntCanRun | The NumberOfJobsEntCanRun property is a read-only property that contains the maximum number of jobs the current entity can run consecutively based on its maximum number of defined job_execs. |
![]() | NumberOfRunningJobs | The NumberOfRunningJobs property is a read-only property that contains the number of jobs currently running on the entity. This value is greater than one only if the entity can run more than one job at a time. |
![]() | OEEExec | The OEEExec property is a read-only property that contains the OEE data for the current entity. If the entity does not have the "Can Track OEE" capability, this property will be null. |
![]() | Site | The Site property is a read-only property that contains the entity ID of the site at which the current entity is located. If this property is equal to the EntID of the ent object, this entity is the site. If this property is null, the entity is above sites, or is part of a single-site system. |
![]() | SiteName | The SiteName property is a read-only property that contains the name of the site at which this entity is located. |
![]() | StorageExec | The StorageExec property is a read-only property that contains the StorageExec object that handles the Inventory functions for this Ent object. If the entity does not have the "Can Store" capability, this property will be null. |
![]() | User | The User property is a read-only property that contains the parent User object for the current entity. |
![]() | UtilExec | The UtilExec property is a read-only property that contains the UtilExec object that handles utilization execution functions for this Ent object. If the entity does not have the "Can Capture Util" capability, this property will be null. |
