Changing Subform Fields via Script
Hi I have a process that basically confirms an order, the MainForm sends Email, the Email links to Stateless Form, the Stateless Form changes the Confirmation Field on the MainForm.
This all works wonderfully but I now need to change the value of a field in rows on a subform in the main form when the Confirmation Field is changed.
I've tried daisy chaining the scripts via 'On User Input' of the changed field but this only works when I change the field manually in the form, how do I get it to change outside the form via a script?
Mainform field is changed outside the form via script, when changed a field in a subform row is also changed.