I am trying to update a field on context row but it is not getting saved to database. var seq = recordrow.Sequence__c-1; var rowsToUpdate = {}; model.updateRow(recordrow, ‘Sequence’, seq); model.save(); Any thoughts?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.