How to find the function and function ids of CIM menu items?

How to find the function and function ids of CIM menu items?

book

Article ID: KB0091400

calendar_today

Updated On:

Products Versions
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 = &ltname 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?