- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Our plugin is build on SDK 7.0U3 and is the minimum supported vSphere client version as well.
We have some actions on vsphere entity(say datastore entity), we would like to show/Hide actions depending on the various factors.
As per the vSphere Client SDK guide, we were able to enable/disable the actions. But we want to hide the actions instead of Disable like the local plugin SDK does.
Is there a way to achieve it?
Thanks,
Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kumar,
For 8.0 release, you can set the property "relevant" to "false" for every menu item that you don't want to be displayed at all. Setting the "visible" property just enables/disable the action.
For 7.0 releases, the items will always be displayed and will be enabled/disabled based on the "visible" property.
Best Regards,
Denis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please update the sdk documentation.
https://developer.vmware.com/docs/19273/GUID-14852F91-1D99-4D2E-AC54-DF27872D98DE.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for noticing the missing part, Kumar! Will update it.