Hi, Coding and Restlets question.
I'm trying to update a Lead from an external system via a restlet (https://netsuiteprofessionals.slack.com/files/U6SNW6BC3/F6TNLNJLW/Example_HTTP_SuiteScript_2_0_RESTlet_GET_POST_PUT_Delete.js)
I can update basic fields but I also need to update
• Addresses
• Contacts
1. Does the script support this in some mysterious way?
2. Would it be better/possible to submit a REST call for each subrecord?
3. Or modify the script to find and update the sublists?
Any advice is welcome