Dear community,
In our current projects, we are trying to use the new Form Editor for designing user dialogs wherever possible.
We are outsourcing more complex components to ivy components and integrating them into the form as composite component.
Problem
We now wanted to override user dialogs using the override concept.
However, we discovered that only JSF dialogues are supported here.
Question:
How can we override form dialogs without having to switch back from the new form editor to the JSF stack?
I would be grateful if you could help us 🙌
PS:
Is it a good practice to put HTML dialogs into callable subprocesses and override the callable subs? Or will this result in problems later on?