Deferred Revenue Reporting Billings Intermediate Processing
After importing the input fields from the different sources and joining them together, the Engagement Analytics recipe filters out non-relevant or repeated records, creates calculated fields, and removes temporary fields required for calculations. You can access the recipe from the Data Manager Lightning app in your org. This enables you to view all the recipe nodes and see a preview of the data at each stage of the recipe using Salesforce's Data Prep feature. For more information about the Data Prep feature, see the Salesforce Help.
Filters
These are the main filter nodes in the Engagement Analytics recipe that relate to the Deferred Revenue Reporting Billings dataset.
Filter Node |
Description |
---|---|
PSA_ChildrenWithTemplate_FILTER |
Matches projects that do not have a revenue recognition template with their expenses, milestones, miscellaneous adjustments, projects, and timecards that do have a template. |
PSA_ProjectsWithoutTemplate_FILTER | |
PSA_ChildrenWithoutTemplate_FILTER | Matches projects with a revenue recognition template with their expenses, milestones, miscellaneous adjustments, projects, and timecards that do not have any template. |
PSA_ProjectsWithTemplate_FILTER |
Calculated Fields
These are the fields calculated by the Engagement Analytics recipe.
Field Label | Field API Name | Description |
---|---|---|
Amount Billed (Document Currency) | ValueAmountBilledDocument | Set to the Amount field of the related billing event item, converted back into its original currency. This is required to undo the currency conversation that Analytics automatically applies to currency fields. |
Amount Billed (Dual Currency) | ValueAmountBilled |
Calculated as follows:
|
Description | Description | Set to the name of the billing event item, followed by - and the summary of the billing event item. |
Status | BillingStatus |
If the related billing event is invoiced, this is set to "Invoiced". If the related billing event is released but not invoiced, this is set to "Released". If the related billing event is not released, this is blank. |
Billing Date | BillingDate |
Populated depending on the Status field. When the Status is "Invoiced", this is set to the Bill Date of the business record that the billing event item was created for. Otherwise, this is the set to the Date field of the related billing event. |