how to hide the right side product details panel in Approval page

Hello All,

I would like to hide the Product details panel in the approvals page.

So in home we will have a pending request tile once we click on that it will redirect to Approvals page.

So there approver will take an action accept or deny, right to that grid we can see product details panel with (information and workflow)

I want to hide that in VI_ITShop_Approvals module and how i can do that?

  • Hi hemasaiy534,

    the Approvals form contains a MasterDetailControl which consists of two panels

    • a master panel and
    • a detail panel
    You will need to replace the entire MasterDetailControl by the grid that is contained within its master panel.
    In order to do so you could either use extensions or a replacing object copy of the VI_ITShop_Approval module.
    If necessary I could go into further detail, but this would require me to know which Identity Mananger version you use.
    Regards,
    Dennis