You need to sign in to do that
Don't have an account?
Sachin Chaudhary 15
How to integrate with Oracle product "Billing Revenue Managment" ?
Need to integrate BRM i.e Billing Revenue Managment with Salesforce.
How can I achieve this?
How can I achieve this?
Do you want data to go from Salesforce to the external system? Do you want data to go from the external system into Salesforce?
Does it have an API that Salesforce can call, or can it call Salesforces APIs?
There are lots of options. It mostly comes down to which way you want the data to move and what APIs are available to make it happen.
Here is my Use Case
When i am going to create one Customer or Record into the Salesforce then that Customer or Record must be Push into the BRM system I want data to go from Salesforce to the external system.
A typical interation like this will use a trigger on the records of interest to either invoke a future method that performs the callout, or queues the record in a custom object and then uses a scheduled batch job to perform the sync.
Actually i only got the Opcode from the BRM side. is it enough to integrate ?
Thanks
-Sachin
Oracle is soon going to Launch an app for this which is integrating Oracle BRM with Salesforce.
Thanks.