CSC Apex API Developer Reference

csc.ProcessPoliciesRequest

global with sharing class ProcessPoliciesRequest

The request object passed to the service to process policies and generate a work suggestion for an account. MaxDependencyCount(0)

Properties

Name Type Description
AccountRecord Account The account record for which to process policies and generate a work suggestion.
EventDescription String The description of the event triggering the work suggestion.

Methods

ProcessPoliciesRequest

global ProcessPoliciesRequest(final Account account, final String eventDescription)

The constructor for the csc.ProcessPoliciesRequest.

Input Parameters

Name Type Description
account final Account The account record for which to process policies and generate a work suggestion.
eventDescription final String The description of the event triggering the work suggestion.
© Copyright 2009–2026 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.