GetCurUserCurEntInfo(Object,Object) Method
- Last UpdatedNov 06, 2025
- 1 minute read
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.
Parameters
- jobPos
- Optional. Holds the job position being used to identify the entity status DataSet. Set to null to not use a job position as a filter.
- entityID
- Optional. Holds the ID of the entity whose status DataSet is being retrieved. If set to null, the current entity for the user is used.
Return Value
Returns a DataSet containing the rows that match the supplied filter
parameter(s).