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
sailersailer 

Outbound Query while reading the endpoint

HI Everone,

whenevr the record is created in salesforce.com .I have tho read  endpoint http://xxx.yyy.net/api/values, and get some fields and update in salesforce.com.I have downlaoded the wsdl from the outbound and trying to create the client services to update the values.

Is this the right aapporach or any suggestion how to build this?

Thanks,
Sailer

Satish_SFDCSatish_SFDC
Yes an outbound message would be the right choice here.
Everytime a record is created, salesforce would call the endpoint and get a response which may contain the values you need.
You will have to implement this webservice.

Regards,
Satish Kumar