Obtenez un enregistrement par id dans Zoho Deluge

## GET RECORD BY ID IN DELUGE
resp = zoho.crm.getRecordById(<Module>, <ID>);
info resp.get("Name");
Nar