Hi,
can a “normal” tab with an inline-list have multiple detail-screens, where (with custom action after clicking on a list-item) detail screen_1 OR detail_screen_2 is shown, based on a condition?
If so, where and how can I add new detail-screens?
Wim
Hi Wim,
You can Enable the Independent screen configuration per item that gives unique layout of components for each item!
See here :
Thank you
Hi Dilon Perera,
Thanks for the suggestion and I tried, but that’s not really what I want. In my app, I have a list of items and (with custom action)
In your Custom Action you can put the first condition with the Show New screen action and add another action to show another new screen.
Something like this :
thanks a lot. That’s what I wanted.