Client script - saveRecord I'm using
var rec = context.currentRecord;
and later in the code:
rec.setSublistValue({sublistId: 'item', fieldId: 'rate', line: jLine, value: rRate});
Then in the logs I see:
rec.setSublistValue is not a function
OK so anyone tell me where am I going wrong?