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

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.

0 Kudos
Reply
1 Solution
menno_pieters
SailPoint Employee
SailPoint Employee

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
Vijay_SPNEW
Crew II

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
pananthula
Lookout

Hi Menno,

Can we make that custom field as "Mandatory"

Thanks,

Prudhvi

0 Kudos
Reply
menno_pieters
SailPoint Employee
SailPoint Employee

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

pananthula
Lookout

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
menno_pieters
SailPoint Employee
SailPoint Employee

Isn't that what the comment field is for?

0 Kudos
Reply
pananthula
Lookout

I have renamed that comment field to Business Justification.

user can submit the access request without addressing comment field?

0 Kudos
Reply
menno_pieters
SailPoint Employee
SailPoint Employee

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

rahuls5
Rigger

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

Thanks in Advance

0 Kudos
Reply
menno_pieters
SailPoint Employee
SailPoint Employee

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
ankita1
Rigger

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
ankita1
Rigger

Any Suggestions, Please :smileyhappy:

Thank you

Ankita

0 Kudos
Reply
menno_pieters
SailPoint Employee
SailPoint Employee

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

pananthula
Lookout

Thanks Menno :smileyhappy:

0 Kudos
Reply
menno_pieters
SailPoint Employee
SailPoint Employee

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
jeyapriya_j
Rigger

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