Salesforce Org to Org Account Aggregation
home
Aggregates accounts from multiple Salesforce orgs into a CSV file. You can modify this basic pattern to collect from more or different sources, and to produce formats other than CSV. You can trigger this manually or programmatically with an HTTP call.
Accounts are sorted such that the accounts only in Org A appear first, followed by accounts only in Org B, and lastly by accounts found in both orgs. The custom sort or merge logic can be easily modified to present the data as needed. This template also serves as a base for building APIs using the Anypoint Platform.
Aggregation templates can be easily extended to return a multitude of data in mobile friendly form to power your mobile initiatives by providing easily consumable data structures from otherwise complex backend systems.