Rehan
04/13/2020, 8:58 PM[{entity:v_customer},{v_field:v_customer}]
Simon
04/13/2020, 9:02 PMSimon
04/13/2020, 9:04 PMSimon
04/13/2020, 9:04 PMerictgrubaugh
04/13/2020, 10:11 PMvalues
is not an Array, it is an Objecterictgrubaugh
04/13/2020, 10:11 PMerictgrubaugh
04/13/2020, 10:11 PMerictgrubaugh
04/13/2020, 10:13 PMvar myValues = {};
var key = /* populate this with the appropriate key name */;
myValues[key] = theNewValue;
r.submitFields({
...
values: myValues
});
erictgrubaugh
04/13/2020, 10:14 PMSimon
04/14/2020, 1:46 PMSean Murphy
04/14/2020, 5:18 PM