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
battk
10/22/2020, 9:55 PM
are the custom fields setup to store value?
l
Luis
10/22/2020, 10:07 PM
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
battk
10/22/2020, 10:36 PM
make sure you only load the customer once, you dont need to load it twice
l
Luis
10/23/2020, 2:31 AM
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.