mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
* Migrating Core Salesforce Skills * Updating pr comments * updat reference * Updating a skill * Migrating Datacloud skills * Migrating Industries cloud skills * Validating - skills fixing --------- Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>
8 lines
335 B
JSON
8 lines
335 B
JSON
{
|
|
"developerName": "Lifetime_Value",
|
|
"displayName": "Lifetime Value",
|
|
"description": "Example calculated insight over an order-style DMO",
|
|
"definitionType": "CALCULATED_METRIC",
|
|
"expression": "SELECT ssot__IndividualId__c, SUM(ssot__TotalAmount__c) AS total_spend FROM ssot__SalesOrder__dlm GROUP BY ssot__IndividualId__c"
|
|
}
|