Assuming sortcriteria is required, the following 3 results were found.
{ v_ThisContactID = r_SoDetails.get("Contact_Name").get("id"); } info v_ThisContactID; // // set ordered criteria m_SortCriteria = Map(); m_SortCriteria.put("sort_by","id"); m_SortCriteria.put("sort_order","desc");...
// init v_CountFound = 0; v_CountUpdated = 0; l_Pages = {1,2,3,4,5}; v_PerPage = 200; for each v_Page in l_Pages { m_SortCriteria = Map(); m_SortCriteria.put("sort_order","asc"); m_SortCriteria.put("sort_by","Modified_Time"); l_Records =...
the attachments and upload them to the Creator "Document" form: // // get attachments v_NoteAttachments = " "; m_SortCriteria = Map(); m_SortCriteria.put("sort_by","Created_Time"); m_SortCriteria.put("sort_order","desc"); l_Attachments =...