Assuming sortcriteria is required, the following 2 results were found.
// 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 =...