Each record is a node in a menu tree used in the Role Based UI.
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
id |
INTEGER |
|
|
|
caption |
STRING (50) |
|
Caption displayed for the menu tree node |
|
description |
STRING (255) |
|
Description |
|
has_children |
INTEGER |
|
0 indicates that this is a leaf node on the menu tree. 1 indicates that this node has child nodes. |
|
parent_id |
INTEGER |
|
The id of the parent menu_tree node if this is a child node. |
|
mt_resource |
INTEGER |
usp_menu_tree_res::id |
The id of the usp_menu_tree_res that contains the resource for this node. Empty if this node is a label node only. |
|
tree_name |
INTEGER |
usp_menu_tree_name::id |
The id of the usp_menu_tree_name record for this menu_tree. |
|
internal |
INTEGER |
Boolean_ Table::enum |
Indicates if this menu tree is delivered out-of-box. If so, the menu tree is not customizable. User created menu trees are customizable. |
|
Copyright © 2013 CA.
All rights reserved.
|
|