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>
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"developerName": "Customer_Profile__dlm",
|
|
"label": "Customer Profile",
|
|
"category": "Profile",
|
|
"fields": [
|
|
{
|
|
"name": "External_Id_c__c",
|
|
"label": "External ID",
|
|
"type": "Text"
|
|
},
|
|
{
|
|
"name": "Preferred_Tier_c__c",
|
|
"label": "Preferred Tier",
|
|
"type": "Text"
|
|
}
|
|
]
|
|
}
|