UseCase:
We have a usecase with the client which requires a customization of the Access Request Form for Group Management via Saviynt.
The 2 forms are - Create AD Groups and -Create AzureAD AAD group (Under Create New role).
The customization requires new/more fields to be added in the ARS form to be able to effectively populate the required details which could be then utilized in the workflow.
Request you kindly assist in identifying how this can be achieved.
Solution:
This can be achieved by modifying gsp for Create AD group etc. The gsp will be available in the path Admin --> Settings --> File Directory --> Views
In case this is not available please check in externalconfig.properties (Admin --> Settings --> Configuration Files) for the below configuration and enable the same in case it is commented out
sync.ecm.viewsfiles.customise=accounts/create.gsp,accessRules/list.gsp
You can add gsp from the below list in this config for it to be available in the Views page.
Please restart the services after any changes made in externalconfig.properties files.