afv-library/skills/orchestrating-datacloud/assets/definitions/mapping.template.json
sandipkumar-yadav 37aa84df42
feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268)
* 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>
2026-05-14 19:32:15 +05:30

15 lines
318 B
JSON

{
"sourceObjectName": "Customer__dll",
"targetObjectName": "Customer_Profile__dlm",
"fieldMappings": [
{
"sourceFieldName": "External_Id_c",
"targetFieldName": "External_Id_c__c"
},
{
"sourceFieldName": "Preferred_Tier_c",
"targetFieldName": "Preferred_Tier_c__c"
}
]
}