##Smartsheet Opportunity Pipeline for Salesforce
The Smartsheet Opportunity Pipeline Import/Export for Salesforce is an application that allows the Import and Export of data between Smartsheet and Salesforce Opportunity objects.
With the app you can:
- Query and filter a list of opportunities in Salesforce and then export the opportunity data to a new sheet in Smartsheet.
- Select a sheet and import its data into Salesforce as opportunities.
NOTE: This is a sample app that began as a CloudSpokes Challenge, and is meant to help developers get a jump start on developing their own Smartsheet/Salesforce integrations. As a sample, this application does not take all possibilities of error handling, mapping, importing and exporting into account. To add these functionalities for your organization, you have full access to the classes and components, and are encouraged to make changes that meet your specific needs.
You can install the Unmanaged Package into your Salesforce instance, or you can clone the source from this repository.
Instructions for installing, configuring and using the application are contained in the Smartsheet-OpportunityPipeline.pdf document found in this repository.
####Revision History
1.9 - November 11, 2013 -- Integrated Smartsheet Apex Toolkit. Added example of OAuth 2.0 flow
1.1 - Octover 18, 2013 -- Connect to Smartsheet with user generated API Access Token
If you have any questions or suggestions about this document, the Opportunity Pipeline application, the toolkit, or about the Smartsheet API in general please contact us at api@smartsheet.com. Development questions can also be posted to Stackoverflow with the tag smartsheet-api.
The Smartsheet Platform team