GetSchedulableEntity(Int32) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetSchedulableEntity() method retrieves an entity that can schedule a job, based on a specified entity. The method checks the specified entity and then that entity's parent entities until it finds a schedulable entity.
This overload of the method uses the entity ID to specify the entity.
Parameters
- entId
- Required. The ID of the entity at which to start the search for a schedulable entity.
Return Value
Returns a DataSet that contains a record for the first schedulable entity that is found. If no schedulable entity is found, an empty DataSet is returned.
The column of the returned DataSet is described below.
|
Column Name |
Description |
|---|---|
|
ent_id |
An integer that is the entity ID, from the Ent table. |