Skip to content

Instantly share code, notes, and snippets.

@sfboss
Created November 4, 2022 23:38
Show Gist options
  • Select an option

  • Save sfboss/fd1812a4495d8c01a1765bcf00e71415 to your computer and use it in GitHub Desktop.

Select an option

Save sfboss/fd1812a4495d8c01a1765bcf00e71415 to your computer and use it in GitHub Desktop.
The minimal config for a Files Export/Import of the Account object
{
"objects": [
{
"operation": "Upsert",
"externalId": "Name",
"query": "SELECT Name FROM Account",
"afterAddons" : [
{
"module": "core:ExportFiles",
"args" : {
"operation" : "Insert"
}
}
]
}
]
}
@sfboss
Copy link
Author

sfboss commented Nov 5, 2022

image
check out salesforce support service at https://bossconsultingco.com/shop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment