GetCurUserCurEntInfo Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overload of the GetCurUserCurEntInfo() method retrieves a DataRow from the current user's entity status DataSet for the specified entity and job position. The DataRow contains the information about the job currently running on the entity.
| Overload | Description |
|---|---|
| GetCurUserCurEntInfo(Int32,Int32) | This overload of the GetCurUserCurEntInfo() method retrieves a DataRow from the current user's entity status DataSet for the specified entity and job position. The DataRow contains the information about the job currently running on the entity. |
| GetCurUserCurEntInfo(Object,Object) | This overload of the GetCurUserCurEntInfo() method retrieves the current user's entity status DataSet. The DataSet can be filtered by supplying a job position or entity ID. The DataSet contains information about the jobs running on the entities. |