crmresp = zoho.crm.getRecordById("Invoices", input.Invoice_ID);
input.Total = (crmresp.get("Grand Total")).toDecimal();
When I test it in the main form it works but when I use it in a subform it does nothing. Is this a error/limitation in the system?
Cheers
Dan