Dashboard nav link to given subpage

Permalink
I've added a new single page under the dashboard and figured out how to set the 'cName' and 'cDescription' so the navigation list item looks proper. But I'm not sure how to get it to jump to the right subpage when the nav item is clicked. My situation is like the "Users and Groups" section where there's a blank view.php file and the page it defaults to when you click on Users and Groups is actually /dashboard/users/search (not just /dashboard/users). So, how do I tell it what subpage to go to?

Benji