mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +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>
22 lines
453 B
JSON
22 lines
453 B
JSON
{
|
|
"developerName": "Customer_360_Graph",
|
|
"displayName": "Customer 360 Graph",
|
|
"description": "Example Data Graph rooted on a unified customer entity",
|
|
"sourceObject": {
|
|
"name": "UnifiedssotIndividualMain__dlm",
|
|
"type": "derived",
|
|
"fields": [
|
|
{
|
|
"name": "ssot__Id__c"
|
|
},
|
|
{
|
|
"name": "ssot__FirstName__c"
|
|
},
|
|
{
|
|
"name": "ssot__LastName__c"
|
|
}
|
|
],
|
|
"relatedObjects": []
|
|
}
|
|
}
|