csc.CreatePlaybookFromTemplateRequestglobal with sharing class CreatePlaybookFromTemplateRequest extends CreateSObjectFromTemplateRequest 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. Requests constructed with just a template ID will clone the template in its entirety, with the exception of the following fields: csc__Objective__c, csc__Playbook_Owner__c, and csc__Stage__c. User-generated custom fields are also not cloned. 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
|