This script should source the value of custom fiel...
# suitescript
l
This script should source the value of custom fields on the SO from the Customer record. It does but after saving the SO. The values disappear. What could possibly be missed here? Thanks!
b
are the custom fields setup to store value?
l
It was unchecked since we were previously using defaulting on the custom field. I checked it and the script works now. Thanks a lot!
b
make sure you only load the customer once, you dont need to load it twice
l
Yup, thanks! Noted on this. I'm still searching for the proper syntax in NS for multiple fields. That's why I loaded it twice for the meantime.