Add Owner to deluge-created module record note
Is it possible to include the "owner" aka "creator", of a Note when creating it via delulge?
This sets "superadmin" as the Note creator. I need to override it.
- notemap = Map();
- notemap.put("Parent_Id",program_contact_id);
- notemap.put("Note_Content",program_contact_data.get('Note'));
- notemap.put("se_module","Program_Contacts");
- notecreate = zoho.crm.createRecord("Notes",notemap);