afv-library/skills/automation-sandbox-post-copy-config-generate/assets/config_template.json

22 lines
562 B
JSON

[
{
"ConfigurationName": "OutboundMessages",
"Label": "<OBM DeveloperName exactly as in the SOP>",
"Fields": {
"EndpointUrl": "<literal post-refresh URL from the SOP>",
"Object": "<target SObject, e.g. Account / Contact / Asset>"
},
"IsActive": true,
"ExecutionOrder": 1
},
{
"ConfigurationName": "RemoteSiteSettings",
"Label": "<Remote Site name exactly as in the SOP>",
"Fields": {
"RemoteSiteUrl": "<literal post-refresh URL from the SOP>"
},
"IsActive": true,
"ExecutionOrder": 2
}
]