csc.CreatePlaybookFromTemplateRequestglobal with sharing class CreatePlaybookFromTemplateRequest extends CreatePlaybookRequest The request object which is passed to the service in order to create a new playbook from a template. Methods
CreatePlaybookFromTemplateRequestglobal CreatePlaybookFromTemplateRequest(Id templateId) A constructor method to create a request. Input Parameters
CreatePlaybookFromTemplateRequestglobal CreatePlaybookFromTemplateRequest(Id templateId, Map<SObjectField, Object> fieldsToPopulate) A constructor method to create a request. Input Parameters
CreatePlaybookFromTemplateRequestglobal CreatePlaybookFromTemplateRequest(Id templateId, Map<SObjectField, Object> fieldsToPopulate, Map<SObjectType, Set<Id>> relatedRecordsIdMap) A constructor method to create a request. Input Parameters
|