function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sandesh Vishwakarma 9Sandesh Vishwakarma 9 

Hii Guys Please help me out with one of my scenarios that is as below

I want to send the ID of the opportunity record just got updated to the external web service. How can I do it please help me . Thanks
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Sandesh,

You may need to write the trigger logic and call the batch class from where you can send the information to the external system . Please find the similar question and answer below.

https://developer.salesforce.com/forums/?id=9060G000000I2sOQAS

If this solution helps, Please mark it as best answer.

Thanks,
 
Sandesh Vishwakarma 9Sandesh Vishwakarma 9
Hi Praveen , 

I create a trigger on update for opportunity object and got thte record Id. Now what I want is to send that ID to the external .Net Application where they can perform their operations. I hope this would have cleared my requirement to you. Please help me