LogonEnt Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogonEnt() method logs the operator on to a single entity and specifies the current labor code and percent labor to apply to this labor code. The labor code is used to specify to what labor category this job is currently assigned or against what labor category the job is collecting labor.
This overload of the method specifies the entity by its entity ID.
| Overload | Description |
|---|---|
| LogonEnt(Int32,String,Double) | The LogonEnt() method logs the operator on to a single entity and specifies the current labor code and percent labor to apply to this labor code. The labor code is used to specify to what labor category this job is currently assigned or against what labor category the job is collecting labor. This overload of the method specifies the entity by its entity ID. |
| LogonEnt(String,String,String,Nullable<Double>) | The LogonEnt() method logs the operator on to a single entity and specifies the current labor code and percent labor to apply to this labor code. The labor code is used to specify to what labor category this job is currently assigned or against what labor category the job is collecting labor. This overload of the method specifies the entity by its site and entity name. |