Hello
I have a wizard with some steps, to change the step y call a methode that change the "status" field and return an action to reload the wizard.
In the first step, when i change a field, an Onchage method returns a domain for a field that is visible in the next step.
If they are in the same group and visible in the same step, it works. But when i change the step, as I reload the wizard, the domain is lost.
Is there a way to pass a domain by context in the next step returned action?
Thanks