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 VersionDescriptionTypeRequiredDefault Value
Billing_Event_Stage__c Billing Event Stage Winter 2025 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 false


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