Recently developed a POC on integrating a sample Salesforece application to OutSystems using Salesforce connector from Forge.
I need the following information.
1) Any documentation available for Salesforce connector?
2) How to handle errors returned from the salesforce methods called in OutSystems?
3) I tried to write data back to Saleforce using the connector but unable to find the exception message returned by the connection.
Arun Selvarangam wrote:
Hello Arun,
Answering to your questions:
We're working on the connector, so documentation will be launch in the next few weeks.
You should have an 'All Exception' action in the action where you are calling the Salesforce method to get all exception returned from the connector.
Salesforce writes data methods returns an error in one of their output parameters. So if you want to see the exception message you need to see that output parameter (Ex. In AccountCreateOrUpdate method the output is called 'SaveResults').
Hope I could be helpful.
Cheers,
Magda Pereira
It was helpful, thank you so much!!!
Arun.K.S