I have a setFieldValue on a client script on pageI...
# suitescript
s
I have a setFieldValue on a client script on pageInit on a field that doesn’t store value. Upon save the value goes away. I am not sure why is this happening? There are no other UE or CS scripts running
e
Client Scripts only run in Edit mode, and the field doesn't store the value.
s
So the only way to workaround this is create a separate field that store values, yes?