Favorites and Menu on Tabs¶
Favorites:¶
To be able to fetch labels and properties when creating a favorite the following properties must match in a configuration:
-
"visibleIn" must contain 'default'
-
root.type must match the object name in Maximo
If no configuration is found the user must provide a label for the favorite.
Menus:¶
To enable menus for Maximo tabs the following properties must match in a configuration:
-
visibleIn must contain 'tab'
-
root.type must match the object name in Maximo
Example:
{
visibleIn: [
"web",
"tab"
],
...,
root: {
type: "LOCATIONS",
name: "LOCATIONS" ,
...
}
}