Adding notes
Thu Nov 20 2025 06:41:50 GMT+0000 (Coordinated Universal Time)
Saved by
@usman13
note1 = Map();
note1.put("Note_Title","RF Customer Rejection Reason");
note1.put("Note_Content","");
note1.put("Parent_Id",rec_id);
note1.put("se_module","Deals");
Create_Notes = zoho.crm.createRecord("Notes",note1);
info Create_Notes;
content_copyCOPY
Comments