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
RPKRPK 

Convert new or changed data and convert to XML

My requirement is:
  1. I want to consume an external API in Salesforce.
  2. When a new record is created or updated, the data should be converted to XML.
  3. This XML should be passed to external API endpoint as parameter.
Please help.