Salesforce Org to Org Opportunity Aggregation
home
Aggregates opportunities from multiple Salesforce organizations into a CSV file. This basic pattern can be modified to collect from more or different sources and to produce formats other than CSV.
This application is triggered by an HTTP call that can be used manually or programmatically. Opportunities are sorted such that the opportunities only in Org A appear first, followed by opportunities only in Org B, and lastly by opportunities found in both orgs. The custom sort and 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.