Thanks LokeshN for the quick response. I have looked at those examples but it seems as if they are far adding another option to the global inventory view instead of allowing me to fully customize the Side bar. I would like to be able to click on an option in the main menu:
And it would open to a custom page. The custom page is working fine.
<extendedPoint>vise.navigator.nodespecs</extendedPoint>
<object>
<title>Example Solution Screen</title>
<icon>#{exampleIcon}</icon>
<parentUid>vsphere.core.navigator.solutionsCategory</parentUid>
<isFocusable>true</isFocusable>
<navigationTargetUid>com.example.federation.views</navigationTargetUid>
</object>
</extension>
But on that page, I would like to be able to list exactly what items I want instead of getting a default vSphere view.
I am sure I am missing a piece of the puzzle here. I got the example code to work just fine
Thanks, any help is appreciated.