I am trying to add new option in function menu for documents... ContentServer 10 SP2 U12 is environment
I have created custom module using this tool:
https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objaction=overview&objid=9671274
and installed with success.
This tool has orphaned my Custom module (Testmodule) into WEBNODE:WebNode Root:WebNodeCmd:Testmodule WebNodeCmds and WEBNODE:WebNode Root:WebNodeAction:Testmodule WebNodeActions
At this point i created new child in Testmodule WebNodeCmds and name it testfunc. I configured feuteres:
- fEnabled (true)
- fPermission (65536)
- _Nodetypes ( {144} )
- fName (testfunc)
Also i created new child in Testmodule WebNodeActions and named it testfunc
Now I can't see new function in documents function menu, what else do I need to configure in order to see new function in menu?