LogOnEntity Class Members
- Last UpdatedMar 17, 2026
- 2 minute read
The following tables list the members exposed by LogOnEntity.
| Name | Description | |
|---|---|---|
![]() | LogOnEntity Constructor | Overloaded. The LogOnEntity class is used to call the LogOnEntList() method with a custom list of entities. Each LogOnEntity object represents one entity to log on to. The object provides the defaults for the percentage of labor to apply to the entity and the department to which to assign the labor. The entity name is only used in error reporting and may be set to null. Both the percent to apply and the default labor department may set to null as well. If they are, the default behavior for the entity logon is applied. |
| Name | Description | |
|---|---|---|
![]() | EntityId | The EntityID property contains the ID of the entity to log on to. |
![]() | EntityName | The EntityName property contains the name of the entity to log on to. This property is only used for error reporting. If this property is set to null, the entity ID is used for error reporting. |
![]() | LaborCode | The LaborCode property contains the type of labor to apply to the entity being logged on to. If this property is set to null, the default labor category for the entity is used. |
![]() | LaborDepartmentId | The LaborDepartmentId property contains the department to which to assign the labor. If this property is set to null, the entity's default labor department is used. |
![]() | PercentToApply | The PercentToApply property contains the percentage of labor to apply to the entity if logging on to more than one entity. If this property is set to null, by default the percentage of labor is evenly distributed across all entities. |

