Engagements 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 Engagements dataset.
Filter Node |
Description |
---|---|
FFBC_Contract_FILTER | Matches active billing contracts that are linked to an engagement record. |
PSA_Project_FILTER | Matches projects that are linked to an engagement record. |
SCMC_SupplyChainManagementCore_FILTER |
Matches sales order line items with the record type of "Drop Ship" or "Item" that are linked to a sales order whose status is not "Cancelled" and that is linked to an engagement record. |
The Engagement Analytics recipe also filters out unused fields from the Billing Contracts, Project Reporting, and Supply Chain Management Core datasets to optimize the size of the final dataset. For a full list of fields available in the Engagements dataset, see Engagements Dataset Output Fields.
Calculated Fields
These are the fields calculated by the Engagement Analytics recipe.
Field Label |
Field API Name |
Description |
---|---|---|
Account | Account |
Name of the account related to the source record. This is set to:
|
Company | Company |
Name of the company related to the source record. This is set to:
|
Cost | ValueCost |
Total cost amount of the source record. This is set to:
|
Cost Amortized | ValueCostAmortized |
Total cost amortized to date for the source record. This is set to:
|
End Date | EndDate |
End date of the source record. This is set to:
|
Invoiced | ValueInvoiced |
Total amount invoiced to the customer for the source record. This is set to:
|
Margin | ValueMargin |
Total profit margin for the source record. This is:
|
Projected Margin | ValueProjectedMargin |
Total projected profit margin for the source record. This is:
|
Revenue | ValueRevenue |
Total revenue for the source record. This is set to:
|
Revenue Recognized | ValueRevenueRecognized |
Total revenue recognized to date for the source record. This is set to:
|
Revenue Stream | RevenueStream |
Indicates where the engagement source record comes from. This is set to:
|
Source Currency ISO Code | SourceCurrencyISOCode |
Currency ISO code of the source record. This is set to:
|
Source ID | SourceId |
Salesforce record ID of the source record. This is set to:
|
Source Name | SourceName |
Descriptive name of the source record. This is set to:
|
Source Number | SourceNumber |
Numeric identifier of the source record. This is an auto-number field on the originating object in Salesforce. This is set to:
|
Start Date | StartDate |
Start date of the source record. This is set to:
|
Timeline Revenue | ValueTimelineRevenue |
Total revenue of the header-level source record. This is set to:
|