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
Harshal DhageHarshal Dhage 

Send multiple records using single Salesforce outbound Message

I want to send a parent object record and related child records in a single outbound message. For example, if I am creating any workflow rule on Account object then everytime workflow gets fire I want to send that Account record and related contact record in a single outbound message. Please provide sample code if I need to use apex code to implement this functionality.