HoldsOverrideHold
Usage information for the operation HoldsOverrideHold.rsb.
Workday Resource Information
Secured by: Override Student Hold (REST Service)
Scope: Action Items and Holds
Aggregate Fields
The connector represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
HoldTypes_Aggregate
[{
descriptor: Text /* The display name of the instance */
id: Text /* Id of the instance */
}]
Input
| Name | Type | Description |
| Holds_Id | String | The ID of the resource to execute this process on. |
| AppliedOn | Datetime | The date the hold override was applied. |
| CreatedBy | String | The user who applied the override. |
| Descriptor | String | The display name of the instance |
| EndDate | Datetime | The date the override ends. |
| HoldTypes_Aggregate | String | The hold types the override applies to. |
| Id | String | Id of the instance |
| StartDate | Datetime | The date the override starts. |
Result Set Columns
| Name | Type | Description |
| AppliedOn | Datetime | The date the hold override was applied. |
| CreatedBy | String | The user who applied the override. |
| Descriptor | String | The display name of the instance |
| EndDate | Datetime | The date the override ends. |
| HoldTypes_Aggregate | String | The hold types the override applies to. |
| Id | String | Id of the instance |
| StartDate | Datetime | The date the override starts. |