How to display or not a wizard depending on a field of the model?

Hi,

I have a model Position with a field Type (Buy or Sell).
Is it possible to add a domain restriction in the keyword section to display different wizards based on the position type ?

Tks,
Laurent

You can have a first wizard with a StateTransition that return to one or another StateAction that are pointing each one to each wizard.

Or you can have all the wizard integrated into a single wizard and on the start state you choose different transition.

Yes tks Cedric it’s what I’ve done, a first one which switch with the position type.

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.