06/26/2023 08:31 AM
Hi Team,
We need to add hyperlink in Create User Request form as dynamic attribute.
Thanks and Regards,
Hitesh Sapkota
Solved! Go to Solution.
06/26/2023 09:29 AM
There is already an enhancement request in the ideas portal
https://ideas.saviynt.com/ideas/EIC-I-4219
Also below comment in one of the post
Already raised a ticket in FD and Saviynt team replied as below:
"Unfortunately, based on feedback from the Product team, we won't be able to support Hyperlinks in Dynamic attributes due to certain security issues. Regret the inconvenience. For any such information and directions on how to achieve something like this, forums would be your ideal way to approach. Saviynt Support is to help address break fix issues and determine defects. After the discussion with our PM team, it was brought to our attention that this is not recommended and that we are not supposed to make any changes via backend for dynamic attributes. This is not supported in v5.5SP3.12 and later versions. The solution is to not use hyperlinks in Dynamic Attributes as this use case is not supported. If you still insist on wanting to use Dynamic Attributes with Hyperlinks, please log this in the Ideas portal here - https://ideas.saviynt.com/ "
07/07/2023 07:18 AM
Hi @dgandhi ,
I am able to add hyperlink to Create User Request form. Please follow below steps:
1. Go to Admin > Settings > File Directory > Views and Edit
workflowmanagement/createupdateuserrequestfirststep.gsp |
2. Add the below div section after this in the gsp file
<div class="col-md-12">
<div class="row">
<div class="col-md-12">
<h3 class="form-section grp_RoleDescription">Click on <a href="https://www.google.com/" target="_blank">Access Agreement</a> </h3>
</div>
</div>
</div>
3. Save the GSP file and then restart your system.
4. The Hyperlink should look like below in your Create User Request Form.
Here, we are adding hyperlink after all the dynamic attributes are populated.
Regards,
Hitesh Sapkota