sfdx-hardis
Version:
Swiss-army-knife Toolbox for Salesforce. Allows you to define a complete CD/CD Pipeline. Orchestrate base commands and assist users with interactive wizards
26 lines • 809 B
JSON
{
"sfdxHardisLabel": "Conga Configuration",
"sfdxHardisDescription": "Will export/import Conga config (Templates, Queries, Email Templates, Solutions)",
"objects": [
{
"query": "SELECT all FROM APXTConga4__Conga_Template__c",
"operation": "Upsert",
"externalId": "APXTConga4__Key__c"
},
{
"query": "SELECT all FROM APXTConga4__Conga_Merge_Query__c",
"operation": "Upsert",
"externalId": "APXTConga4__Key__c"
},
{
"query": "SELECT all FROM APXTConga4__Conga_Email_Template__c",
"operation": "Upsert",
"externalId": "APXTConga4__Key__c"
},
{
"query": "SELECT all FROM APXTConga4__Conga_Solution__c",
"operation": "Upsert",
"externalId": "Name"
}
]
}