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
Janakiraman E 5Janakiraman E 5 

recon messages with external applications

Hi All,

While using REST/SOAP, Outbound services, From SFDC, messages will be sent to external systems. How we will confirm the meesage counts are matched with external applications. What is the reconcilation process.
Please help on this.

Best Regards,
E.Janakiraman 
VineetKumarVineetKumar
Out of the box there is no feature to monitor the count. Though you can custom built something around it. Like with your outbound message update a field on the record (Sent = true) and then get a count of all the records with the flag set as true and make the match.

Also you can track the outbound message status
To track the status of an outbound message, from Setup, enter Outbound Messages in the Quick Find box, select Outbound Messages, and then click View Message Delivery Status.