Call View Page after choose Menu

Hai…
I have a problem… How to call view page after choosing menu… ie… If userlevel is admin then list page row of table shown… If not admin… List page not shown direct to view page… How to solve this problem…?

Thank you

You may add another menu item for different use, and use MenuItem_Adding server event to set the Allowed property, see the topic Server Events and Client Scripts → MenuItem_Adding in the help file.

Thank you
So its mean i must create custom file? For view page?

No, it is not a Custom File, just a menu item linking directly to the View page.