Hello Team,
if you want to update and create a record's Multi lookup Field by deluge,
When you using a Multi lookup then Create a Cross Module Like this.
Take Course Multi Lookup in Student then create cross Module.
Now a New Module will be create inside the zoho CRM
and use this deluge
- lis = {4655606000005375438,4655606000005375433,4655606000005375428,4655606000005375423};
- for each rec in lis
- {
- mp = Map();
- mp.put("Studetnts", 4655606000005375455);
- mp.put("Courses",rec.toString());
- resvp = zoho.crm.createRecord("Students_X_Courses", mp);
- info resvp;
- }