This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Version 8.0.2: Hide My Entitlements onhome page and customize size of tile

Hi Team,

We are in the process of upgrading one identity manager from 7.1.2 to 8.0.2. New WebUI has tile based approach and i have questions on the same:

1. Is it feasible to customized tiles on home page (Break into smaller frames, add content etc).

2. How to hide My Entitlements tile?

Regards

Malay Gupta

  • Hi,

    the tiles are all part of the VI_Start. Removing or adding tiles can be made with extensions.

    For example, if you want to remove the "start a new request" tile, Search for container6 and remove it by extension (sorry I do not know the container for the "My Entitlements" tile and have no environment at hand currently).

    HtH

  • This is done in the ATT_Start_Ext. First navigate to Add node (Sort order: 95) and expand it if it isn't already. Click on AttContainer2 - My attestations and click on go to extensions

    Then set the New property value to false

    Click on Object definition (readyonly)

    Right click on ATTCodeLiteral1 and select delete node as extension

    Save the changes and compile