CSC Apex API Developer Reference

csc.ProcessPoliciesRequest

global with sharing class ProcessPoliciesRequest

The request object that is passed to the service to execute policy orchestration and generate work suggestions. MaxDependencyCount(0)

Properties

Name Type Description
AccountRecord Account Account record for which you want to generate work suggestions.
EventDescription String Description of the event triggering the work suggestion.

Methods

ProcessPoliciesRequest

global ProcessPoliciesRequest(final Account account, final String eventDescription)

Constructor for the csc.ProcessPoliciesRequest.

Input Parameters

Name Type Description
account final Account Account record for which you want to generate work suggestions.
eventDescription final String Description of the event triggering the work suggestion.
© Copyright 2009–2025 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.