Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/01/2024 10:40 PM
Hi Team -
I am looking for a way to completely hide the attachment section from step 3 of the request placed for any application/access request. The option is already disabled from Global config, but I would like for it to be completely hidden. Please can you let me know how this can be done? I see there is a GSP file jbpmworkflowmanagement/showattachments.gsp. Can this be modified for the same?
Thank you
Shiva
Solved! Go to Solution.
05/02/2024 05:43 AM
Hi @shivmano
Yes you can do the gsp modification to remove it compeletly.
You can do changes in the respective step file, for example for 3rd step- use this gsp to remove - _createrequestthirdstep1_v2
Thanks
Darshan
05/02/2024 06:24 AM
@Darshanjain thanks. Please can you let me know where this file is located as I don't find it under Admin > Settings > File Directory > Views. It only has the workflowmanagement/createupdateuserrequestfirststep.gsp file
05/02/2024 06:33 AM - edited 05/02/2024 06:33 AM
Hi @shivmano
Only specific gsp are exposed, so if you want others you need to add those in the external config file under gsp and restart the services , then it will be shown in views.
This steps is provided in the documentation , only the gsp names you should know it.
Thanks
Darshan
05/02/2024 07:35 AM
Thank you @Darshanjain I was able to get the gsp file added to the file directory. Please can you let me know which part can I remove or comment out to hide the attachment section? I have attached the gsp file
05/02/2024 08:24 AM
Hi @shivmano
For that please check for gsp expert team or please reach out to Expert services team to get it implemented.
The current platform is only to give you the information only on which file you can change.
Note: Also if you want this feature to be in the product , you can raise a ticket in ideas portal as well.
Thanks
Darshan
05/02/2024 08:37 PM
Remove below section from gsp
Line 1460 to 1489 and restart the server