CSC Apex API Developer Reference

csc.AutoAllocateResponse

global with sharing class AutoAllocateResponse

The response object which is returned from the service following auto-allocation of a resource performed on the playbook.

Properties

Name Type Description
Playbook csc__Playbook__c Playbook details with allocated resources on it using auto-allocation.
Errors List<String> Errors resulting from the corresponding request to auto-allocate.
Status csc.AutoAllocateResponse.StatusValues Value representing the status of the auto-allocation process.

Enums

StatusValues

Set of values representing the status of the auto-allocation process. SUCCESS: Value to indicate whether the auto-allocation process is completed successfully. FAILURE: Value to indicate whether the auto-allocation process has failed.

© Copyright 2009–2025 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.