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.
Hi jeyapriya.j,
Please have a look at UI Customization through UIConfig.pdf and look for the entry "sailpoint.web.lcm.AccessRequestBean_summary".
- Menno
Hi jeyapriya.j,
Please have a look at UI Customization through UIConfig.pdf and look for the entry "sailpoint.web.lcm.AccessRequestBean_summary".
- Menno
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.
Hi Menno,
Can we make that custom field as "Mandatory"
Thanks,
Prudhvi
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
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
Isn't that what the comment field is for?
I have renamed that comment field to Business Justification.
user can submit the access request without addressing comment field?
You might find some inspiration (multiple ideas) in this discussion: How to make a comment mandatory on Access Requests
Thanks Menno :smileyhappy: