cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is it possible to add a custom field in Request Access summary page

Jump to solution

Similar to comments in the summary section of the request access, is it possible to add another custom field.

Tried editing the summary xhtml file to remove comments but it doesn't seem have any effect on the final page.

Labels (2)
0 Kudos
Reply
1 Solution

Hi jeyapriya.j​,

Please have a look at UI Customization through UIConfig.pdf​ and look for the entry "sailpoint.web.lcm.AccessRequestBean_summary".

- Menno

View solution in original post

0 Kudos
Reply
15 Replies

HI All.

Similar to this i have one requirement is to add termination date column to access review page for managers and while doing access review manager should be able to edit or set the termination date (identity attribute) column value for some cases. How I can achieve this.?

Regards

Vijay

 

0 Kudos
Reply

Hi Menno,

Can we make that custom field as "Mandatory"

Thanks,

Prudhvi

0 Kudos
Reply

If you mean "always visible, cannot be hidden", then yes. Looking at the DTD-docs (DTD Information​), you'll notice that there is an attribute on the column definition that controles whether or not it can be (un)hidden:

DTDDoc_for_SailPoint_IdentityIQ_DTD.png

So, by marking the column with that attribute, it cannot be hidden from the UI:

<ColumnConfig name="myColumn" ... hideable="false" hidden="false"/>

- Menno

Hi Menno,

Thanks for the response,

I mean to say, can we make that custom field as "Required"

As an example I have added a custom field "Business Justification"

while requesting access - user needs to address that column, prior to that, it shouldn't allow the user to click on the submit button

0 Kudos
Reply

Isn't that what the comment field is for?

0 Kudos
Reply

I have renamed that comment field to Business Justification.

user can submit the access request without addressing comment field?

0 Kudos
Reply

You might find some inspiration (multiple ideas) in this discussion: How to make a comment mandatory on Access Requests

How to make comment field mandatory in 7.1 access request, below link is not working 7.1

Thanks in Advance

0 Kudos
Reply

The interface has changed quite a bit. One approach that you might try is a plugin:

  • The plugin should provide a piece of JavaScript that is injected into the request pages.
  • It should intercept the clicking of the Submit button and at that point verify whether of not a comment has been added.
    • Note that in this interface the comment is added for each item!
  • If no comment is added, show a warning, otherwise continue and submit.

- Menno

0 Kudos
Reply

Hi,

I have almost similar requirement.

In my case, New attribute(Mandatory Justification) has been added for Role through Role configuration.

Now when this attribute is ticked while setting up role i.e set to true then while raising request for this role it must make comments mandatory and should not allow to submit the request unless comments has been added.

Please suggest me if there is anyway I can achieve this.

Thank you in Adavnce

Ankita

0 Kudos
Reply

Any Suggestions, Please :smileyhappy:

Thank you

Ankita

0 Kudos
Reply

My suggestion is to create a new thread, instead of replying to an old discussion.

Thanks Menno :smileyhappy:

0 Kudos
Reply

Hi jeyapriya.j​,

Please have a look at UI Customization through UIConfig.pdf​ and look for the entry "sailpoint.web.lcm.AccessRequestBean_summary".

- Menno

0 Kudos
Reply

Thank you, Menno, I was able to bring a new custom field in the page.

Currently trying to bring the field data inside the workflow for another customization.

Thank you once again.

0 Kudos
Reply