Row Action with inline snippet to update field

Same error, slightly different console log.

I’m not sure I made it clear before, my table is full of rows of the ‘FCCA’ model which is a join object with the API name of FCCAAssociations__c. It looks like it shouldn’t matter what the table’s model is since the code it just pulling the row, but just in case.

Here’s VFRemote.js:117

$VFRM.Util={log:function(a,b){if(!(“undefined”===typeof console||!console.groupCollapsed||!console.log||!console.groupEnd))if(“undefined”!==typeof b&&null!==b)try{console.groupCollapsed(a),console.log(b),console.groupEnd()}catch(c){}else try{console.log(a)}catch(d){}},warn:function(a){if(“undefined”!==typeof console&&console.warn&&a)try{console.warn(a)}catch(b){}},error:function(a,b){if(“undefined”!==typeof console&&console.error&&a)if(b)try{console.error(a,b)}catch(c){}else try{console.error(a)}catch(d){}},