csc.CreateSuccessPlanFromTemplateRequestglobal with sharing class CreateSuccessPlanFromTemplateRequest extends CreateSObjectFromTemplateRequest The request object which is passed to the service in order to create a new success plan from a template. Methods
CreateSuccessPlanFromTemplateRequestglobal CreateSuccessPlanFromTemplateRequest(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__Account__c, csc__Last_Business_Review__c, csc__Next_Business_Review__c, csc__Status__c, and csc__Success_Plan_Owner__c. User-defined custom fields are also not cloned. Input Parameters
CreateSuccessPlanFromTemplateRequestglobal CreateSuccessPlanFromTemplateRequest(Id templateId, Map<SObjectField, Object> fieldsToPopulate) A constructor method to create a request. Input Parameters
CreateSuccessPlanFromTemplateRequestglobal CreateSuccessPlanFromTemplateRequest(Id templateId, Map<SObjectField, Object> fieldsToPopulate, Map<SObjectType, Set<Id>> relatedRecordsIdMap) A constructor method to create a request. Input Parameters
|