Utility.EntityCapabilities Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The EntityCapabilities enumeration contains a list of
capabilities which may be specified when calling the
PopupEntitySelectionDialog method. In the Entity Selection Dialog,
only those entities which have the specified capability
may be selected by the user.
'Declaration
Public Enum Utility.EntityCapabilities
Inherits System.Enum
public enum Utility.EntityCapabilities : System.Enum
| Member | Description |
|---|---|
| All | The entity has all capabilities. |
| CanCaptureLabor | The entity can capture labor data. |
| CanCaptureQMData | This entity can capture QM data. |
| CanCaptureUtil | The entity can capture utilization. |
| CanDoDNC | Not used. Will always be set to False. |
| CanLogData | The entity can log data. |
| CanReceive | Material can be received at this entity. |
| CanRun | The entity can run jobs. |
| CanSchedShifts | The entity can have its own shift schedule. |
| CanSchedule | The entity can have jobs scheduled to it. |
| CanShip | Shipments can be made from this entity. |
| CanStore | The entity can store inventory. |
| CanTrackOEE | The entity can track OEE. |
| LoggableEntities | The entity can store data in the Data_Log tables. |
System.Object
System.ValueType
System.Enum
FactMES.Client.Common.Utility.EntityCapabilities