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
Karthik112Karthik112 

Outbound Messsage

Hi How do I send the user login information(login ID) as a part of the outbound message request..for example if I want to send account data, how do I include the userId as a part of account payload? The 'send user as field' is definitely not the option. please advise. Thanks.

Bhawani SharmaBhawani Sharma

You can create a formula field with "$User.Username" formula. Send this field in Outbound Message.

Karthik112Karthik112

Thanks a lot bhavani..i will try that. Also sales force sends upto 100 notifications in one outbound message..does that mean i can send 100 different records with the same outbound message Id? 

Bhawani SharmaBhawani Sharma

Actually , it works when a record meet some certain criteria in WF or Approval process. So whatever information you want to pass for that particular record you can do that.

If 100 records meet that criteria 100 outbound Message will be get fired automatically.