CSC Apex API Developer Reference

ffcpm.CreatePlaybookFromTemplateRequest

global with sharing class CreatePlaybookFromTemplateRequest

The request object which is passed to the service in order to create a new playbook from a template.

Methods

CreatePlaybookFromTemplateRequest

global CreatePlaybookFromTemplateRequest(Map<String, Object> fieldsToPopulate)

A constructor method to create a request.

Input Parameters

Name Type Description
fieldsToPopulate Map<String, Object> Key-value pairs denoting initial field values for the resulting playbook.

CreatePlaybookFromTemplateRequest

global CreatePlaybookFromTemplateRequest(Id templateId, Map<String, Object> fieldsToPopulate)

A constructor method to create a request.

Input Parameters

Name Type Description
templateId Id ID of an existing playbook template to be cloned.
fieldsToPopulate Map<String, Object> Key-value pairs denoting initial field values for the resulting playbook.

CreatePlaybookFromTemplateRequest

global CreatePlaybookFromTemplateRequest(Id templateId, Map<String, Object> fieldsToPopulate, Boolean clonePTAs)

A constructor method to create a request.

Input Parameters

Name Type Description
templateId Id ID of an existing playbook template to be cloned.
fieldsToPopulate Map<String, Object> Key-value pairs denoting initial field values for the resulting playbook.
clonePTAs Boolean When set to true, project task assignments are cloned. When set to false, project task assignments are not cloned.
© Copyright 2009–2023 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.