<@U33FQ5WSD> try changing `fieldIDGetValue = 'cust...
# suitescript
m
@irurzo try changing
fieldIDGetValue = 'custpage_' + fieldsThatChanged[i]
to
fieldIDGetValue = String('custpage_' + fieldsThatChanged[i]);
and see if that works