How to find the function and function ids of CIM menu items?
book
Article ID: KB0091400
calendar_today
Updated On:
TIBCO Collaborative Information Manager
|
-
|
Not Applicable
|
-
|
Description
Resolution:
You can find the name of the menu item from the $MQ_HOME/config/rules/allmenu.xml.
The function id of the menu item can be found using the following sql:
SELECT ID FROM FUNCTION WHERE NAME = <name of the menu item, i.e. id attribute value from the menu item element in the allmenu.xml>
Issue/Introduction
How to find the function and function ids of CIM menu items?
Feedback
thumb_up
Yes
thumb_down
No