csc.CreatePlaybookFromTemplateResponse
global with sharing class CreatePlaybookFromTemplateResponse extends CreateSObjectFromTemplateResponse
The response object which is returned from the service following creation of a new playbook from a template.
Properties
Errors |
List<String> |
Errors resulting from the corresponding CreatePlaybookFromTemplateRequest.
|
Request |
csc.CreatePlaybookFromTemplateRequest |
The request associated with the response of CreatePlaybookFromTemplateService.
|
IsSuccess |
Boolean |
Indicates whether the playbook was successfully created.
|
NewPlaybookId |
Id |
ID of the playbook created from the playbook template.
|
QueuedJobId |
Id |
The CreatePlaybookFromTemplateService may spawn a Queueable to complete the work in a later transaction. When this occurs, this is the ID of the AsyncApexJob controlling the work. The record can be queried to monitor its status. When multiple requests are processed, only the QueuedJobId of the first response is set.
|
|