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
Alex LamoraAlex Lamora 

JSON res values to update Opportunity Fields

Right now I have a GET API which works, It goes out to our 3rd Party EMR and returns 20 or so records including first name, last name, dob, and Mailing address. Our salesforce system holds the name and DOB and what I am looking to do is take that JSON string and update the address fields of the Opportunities by matching the name and DOB to the correct opporutnity and updating the fields. Im not sure the best way to do this. Does anyone have any examples they can show me, I look all around and cant find exactly what im looking for. Pease help.