- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Content to Moderator
Is it possible to add a custom field in Request Access summary page
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.
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Content to Moderator
Hi jeyapriya.j​,
Please have a look at UI Customization through UIConfig.pdf​ and look for the entry "sailpoint.web.lcm.AccessRequestBean_summary".
- Menno


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Content to Moderator
Hi jeyapriya.j​,
Please have a look at UI Customization through UIConfig.pdf​ and look for the entry "sailpoint.web.lcm.AccessRequestBean_summary".
- Menno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Content to Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Content to Moderator
Hi Menno,
Can we make that custom field as "Mandatory"
Thanks,
Prudhvi


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Content to Moderator
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:
So, by marking the column with that attribute, it cannot be hidden from the UI:
<ColumnConfig name="myColumn" ... hideable="false" hidden="false"/>
- Menno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Content to Moderator
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


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Content to Moderator
Isn't that what the comment field is for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Content to Moderator
I have renamed that comment field to Business Justification.
user can submit the access request without addressing comment field?


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Content to Moderator
You might find some inspiration (multiple ideas) in this discussion: How to make a comment mandatory on Access Requests
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Content to Moderator
Thanks Menno :smileyhappy:
