afv-library/skills/data360-orchestrate/assets/definitions/data-graph.template.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": []
}
}