Ignition Version: 8.3
Module: Perspective
I have a Form with a mandatory User field that’s populated on Startup with the sessions user ID. This field is cleared whenever the Form is reset, and I want to set it back to the user ID after the fact.
I’m attempting to accomplish this via Change Script on the field’s property in props.data, but it appears the property change script never triggers. I have the change script enabled. I came to the conclusion that the property change script isn’t triggering by using a simple print statement. Still, nothing happens when my property changes.
Do Change Scripts not function on Form data properties?
Or, is there an alternative method of accomplishing the same goal?