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 containdefault
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 containtab
root.type
must match the object name in Maximo
Example:
{
"visibleIn": [
"web",
"tab"
],
"root": {
"type": "LOCATIONS",
"name": "LOCATIONS" ,
}
}