Hello everyone, I am trying to set the externalid ...
# suitescript
m
Hello everyone, I am trying to set the externalid of a customer record to the same value as 'entityid' after the creation of a new customer record. using a user event script with aftersubmit gives me 'to be generated' value, and using a client script with the saverecord event gives me a null value on customerRecord.getValue({fieldId: 'entityid'}); do you guys have any suggestions?