Good day, I have a question, I have a form with some MenuItem buttons, if I click in a MenuItem button it calls an Action menuItem and this executes a class, and this class calls a method from another class, if I'm in this last class, I'd like to make a validation depending on which is the initial form that was executed, I know that you can use element.args().name() but this only works if the class was called from a FormRun, but how to get the name of the initial form from the second class called? is it possible? thank you!
↧