You need to sign in to do that
Don't have an account?
Rahul Reddy 1
SAP Integration
Need help with the below requirement.
When i create an opportunity in SFDC it should get created in SAP with same ID and also it should delete an opportunity when i do in SFDC.
Any help would be highly appreciated.
Thanks and Regards
When i create an opportunity in SFDC it should get created in SAP with same ID and also it should delete an opportunity when i do in SFDC.
Any help would be highly appreciated.
Thanks and Regards
Request SAP team to provide you a SOAP/Restful service to send opportunity details from salesforce to SAP to create/delete.
1) If you are expecting only acknoledgement response with SAP then you could simply use workflow outbound messageses.
2) If you require some http respose back from SAP then you can use apex callout to send data from salesforce to SAP and read http response to update details in salesforce.
Let me know if you need any more information
Regards,
BD