Working on this dreadful script ;-/ ....
str = "Hello Zoho world !";
info str; ;-)
Trying to convert an open bill to draft via a custom button for bills:
response = zoho.books.updateRecord("bills","########",bill.get("bill_id"),{"status":"draft"});
return response; (Says "Success") ????
Not working - please help - I've tried {"is_draft": true} also.
& one other little question - accessing custom fields with deluge - the api name given for access does not work - do we have to iterate through them for label_name or something ??