Skip to content

Commit

Permalink
Merge pull request #345 from jfgarcia268/master
Browse files Browse the repository at this point in the history
Add Matching Key for OrchestrationDependencyDefinition: GlobalKey__c
  • Loading branch information
Adam Rutland authored Jan 15, 2021
2 parents 45a0182 + 51dfd5c commit ec9c552
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fullName": "%vlocity_namespace%__DRMatchingKey__mdt.OrchestrationDependencyDefinition",
"label": "OrchestrationDependencyDefinitionCustom",
"values": [
{
"field": "%vlocity_namespace%__MatchingKeyFields__c",
"value": "%vlocity_namespace%__GlobalKey__c"
},
{
"field": "%vlocity_namespace%__MatchingKeyObject__c",
"value": "%vlocity_namespace%__OrchestrationDependencyDefinition__c"
},
{
"field": "%vlocity_namespace%__ObjectAPIName__c",
"value": "%vlocity_namespace%__OrchestrationDependencyDefinition__c"
},
{
"field": "%vlocity_namespace%__ReturnKeyField__c",
"value": "Id"
}
]
}

0 comments on commit ec9c552

Please sign in to comment.