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
erictgrubaugh
08/30/2024, 1:42 AM
Client Scripts only run in Edit mode, and the field doesn't store the value.
s
Schwifty
08/30/2024, 1:43 AM
So the only way to workaround this is create a separate field that store values, yes?