You need to sign in to do that
Don't have an account?

Salesforce- SAP Integration using trigger
hi,
My name is Christian and I am a beginner in Salesforce - Sap integrations development, in my project, we have the next requirement:
Thank you very much.
My name is Christian and I am a beginner in Salesforce - Sap integrations development, in my project, we have the next requirement:
- When an account is registered in Salesforce an instant call is made to a web service developed in SAP (SOAP).
- If the integration result is right, you should be able to insert the account into Salesforce, but if the integration result returns any errors, you should display the error on the screen, so that the user can correct any errors and try again to register the account. My application is using the standard VisualForce Page.
Thank you very much.
But before I move on, I want to understand the pre-conditions of your requirements first. When you say you have to use standard page and it should give error without inserting account into Salesforce.com, then it means without successfully validation from SAP, this account is not inserted, then where does the beginning of this process take place? Account List View? or Landing page?