Hello,
i have a model driven app and users with different security roles.
I want to display one custom page only for Users with security role X and for all other users another custom page.
Both custom pages rely on the same table and the security roles have the same rights on this table.
So i can not use table privileges to show or hide the pages in navigation.
I could introduce a dummy table and assign different privileges to this table for the different security roles.
Then i could use the tables securities of this dummy table as criteria for showing the custom page in the navigation.
But this is not a really nice way.
Is there anyway to show or a hide a page in the navigation diretly based on the security role?