Assuming noteattachments is required, the following result was found.
for the parent form to download 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");...