Professional Services Automation Workspaces Data Dictionary

pse__Billing_Event__c

Label: pse__Billing_Event__c

Adding fields to an object in a different managed package

Field NameField LabelCreated in VersionDescriptionTypeDefault Value
Billing_Event_Stage__c Billing Event Stage Spring 2023 The stage of the billing event as it moves through the process sequentially from generation (Generated), released to finance (Released), to marked as invoiced (Invoiced). These stages are used in reports.

Formula:
IF(pse__Is_Released__c == FALSE, 'Generated', IF(pse__Is_Released__c == TRUE && pse__Invoiced__c == FALSE , 'Released', IF(pse__Is_Released__c == TRUE && pse__Invoiced__c == TRUE, 'Invoiced', '') ) )
Text


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