
Hello. I'm new to model driven apps and am looking to utilize two views on a custom table (called Requests). One view would be the default Active Requests view, as I want to show all active requests. The second view is custom and shows only views created by the current user.
Views have been created with no problem. I now want to only show the All Requests view if the user has been assigned to a specific security role. Everyone should be able to find and update their own requests.
What is the best way to approach this? I thought I could create subareas for the two views in the site map but I'm not sure if there is a simple way to only show the All Requests subarea if the user is in the security role. I also was thinking about trying to assign the All Requests view itself to the role but not seeing how to do that.
Thanks in advance.