I am new to Epicor. I am working on a configurator. I would like to store data pass it back and forth between On Field Change of inputs. I see there is a Local Variables option and a Global Input Variables option in the Actions menu. Both don’t seem to do what I need.
Right now i am stuck using hidden inputs to pass information.
If it is possible a different and better way can someone tell me and give an example?
Hi Joe,
Hidden inputs are not a bad way to go and make for a useful debugging tool.
What exactly are you running at each Field Change event? Recalculations? Are you using server UD methods?
Global Input variables can be used for passing information from one configurator to another but I haven’t used local variables yet.
Mark W.
@Mark_Wonsil
I was attempting to find a way to set a value in a variable in one change event to be evaluated by another change event. like a boolean value.