Adding Custom Fields to Request History in Angular Web Portal by Default

Hello everyone,

We are using One Identity Manager 9.2 and the Angular Web Portal.

Is there a way to add a new field by default to the Request History section in the Angular Web Portal? For example, when I request a business role, I would like to include the value from CustomProperty01 of that business role in the Request History.

Is this possible by default?

Best regards,
Volkan Ceylan

  • Hello Volkan,

    The request history table view can be extended, but only with columns from the PersonWantsOrg table. That is an option if you want to map properties from the business role table (Org) directly to PersonWantsOrg.

    You could also be a bit more granular: on the IT shop product for business roles, add a request parameter. Make it read-only and add a calculation script to set the request parameter to CustomProperty01 of the requested role.

    Hope this helps!

    Hanno

  • What   said . Other ways could be using the PWO table scripts for that kind of requests, or either table processes once the order has been granted. I even think of using a template on the CustomProperty01 property in the pwo table too, that could read the value from the business role when that kind of order is placed and granted (need to verify this though)

    But the option of the request property is , imho too, the most elegant.

  • I was able to extend the request history thanks to your and Juan's suggestions. Thank you so much.