Hello,
I was wondering if there is a better way to check if a command/action can be shown to a user. I am aware of command_key variable and enabled method where we could add the checks to see if the command can be enabled or disabled. Is there any way to call _SubClassIsEnabled of a particular WedNodeCommand to decide whether the smartUI command for the same could be shown or not.
I am currently able to check if other signatures(actions registered with CSUI extension) are enabled and also do checks based on perms. But to check usage privileges, I might have to explore further . This is where I stopped to see if there is an example or documentation on this aspect.
Regards,
Siva Prasad