Deluge Help - Lookup Fields
Hi There,
I am trying to get the text value of the lookup field Destination and put it into the text field of Destination_Analytics but cannot seem to grab the destination lookup field text value.
- rec = zoho.crm.getRecordById("Leads", recid);
- des = rec.get("Destination").Name;
- mp = map();
- mp.put("Destination_Analytics", des);
- update = zoho.crm.updateRecord("Leads", recid, mp);