Hi everybody,
I am trying to hide some functions from functions menu. Could you please tell me if is possible?
I would appreciate your help.
Best regards,
Javier
Hello,
There are some limited possibilities to modify functions menu
- on admin.index page to move functions under sub menu "more"
- can configure records management functions.
But there is no functionality to manage functions more complex way.
The way we solved this problem is to create a custom module. There every user can select the functions he or she wants to see in shortened function menu. User can switch from long functions list to short and back to long on the fly. Also we can set pre defined short functions list for groups.
Screen shots added.
regards,
keit
If you look in WebNode:WebNode root:WebNodeActrion:FunctionsMenu2:_SubClassExecute you will see a list called excludeaction that is passed into the Cmds function, so your easiest change would be to override this method and add some logic in to populate this list and have it do it for you.
The Cmds function checks the IsEnabled for the specific WebNodeCmd is also another option if you want to do it at that level instead.
This has also be posted at https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=29498862&objAction=viewincontainer&ViewTopicsByReply&ListView&ListViewID=29498862