Hello,
How can I clear the value of option set field in woodford (resco) in script? (onLoad, onChange, onSave)
I know how to clear non option-set values (for example string, int etc...)
Step -> Entity.[some_field].Clear
But when I try to clear an option set value, I can't see such an option. I can only set 'Assign':
And in 'Assign' I see only 'Active', 'Inactive'. Can't see 'null' or something like that.
Thank you in advance.