SetChunkPendingReason Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SetChunkPendingReason() method sets the first part of the pending reason for the specified entity, and splits off the portion of the current pending reason to a different reason.
| Overload | Description |
|---|---|
| SetChunkPendingReason(Int32,Int32,Int32,Int32,DBInt,DBString) | The SetChunkPendingReason() method sets the first part of the pending reason for the specified entity, and splits off the portion of the current pending reason to a different reason. This overload of the method uses an entity ID to specify the entity. |
| SetChunkPendingReason(Int32,String,String,Int32,Int32,DBInt,DBString) | The SetChunkPendingReason() method sets the first part of the pending reason for the specified entity, and splits off the portion of the current pending reason to a different reason. This overload of the method uses a site name and entity name to specify the entity. |