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
Manu@devManu@dev 

Passing list of records to Email body and use Json String

Hi,

I am using Email services to pass the records from one developer org to another development org. Once I click a button in org1, few records should be transfered from org 1 to org2.

How can I add the list of records to email body and pass this to the Json String?

Can some one help me here?

R - Manu
ShashForceShashForce
Hi,

Please see if this helps: https://developer.salesforce.com/page/Getting_Started_with_Apex_JSON

Thanks,
Shashank