Skip to content

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:

  1. "visibleIn" must contain 'default'

  2. root.type must match the object name in Maximo

    If no configuration is found the user must provide a label for the favorite.

To enable menus for Maximo tabs the following properties must match in a configuration:

  1. visibleIn must contain 'tab'

  2. root.type must match the object name in Maximo

Example:

    {
      visibleIn: [
        "web",
        "tab"
      ],
      ...,
      root: {
        type: "LOCATIONS",
        name: "LOCATIONS" ,
        ...
      }
    }