CSC Apex API Developer Reference

csc.CreateSuccessPlanFromTemplateResponse

global with sharing class CreateSuccessPlanFromTemplateResponse extends CreateSObjectFromTemplateResponse

The response object which is returned from the service following creation of a new success plan from a template.

Properties

Name Type Description
Errors List<String> Errors resulting from the corresponding CreateSuccessPlanFromTemplateRequest.
Request csc.CreateSuccessPlanFromTemplateRequest The request associated with the response of CreateSuccessPlanFromTemplateService.
IsSuccess Boolean Indicates whether the success plan was successfully created.
NewSuccessPlanId Id ID of the success plan created from the success plan template.
QueuedJobId Id The CreateSuccessPlanFromTemplateService 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.
© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.