GetSchedulableParents(Int32) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetSchedulableParents() method retrieves a list of all the parent entities of the specified entity that can schedule jobs. The specified entity is also included in the list if it is schedulable.
This overload of the method uses the entity ID to specify the entity.
Parameters
- entId
- Required. The ID of the entity whose schedulable parent entities are being retrieved.
Return Value
Returns a DataSet that contains records for the schedulable parent entities that are found. If no schedulable parent 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.ent_id column. |
|
ent_name |
A string that is entity name, from the Ent table. |
|
description |
A string that is entity description, from the Ent table. |
|
child_level |
An integer that is the tree level of retrieving data. |