How to show File Directory / Views -tab?

RikuN
New Contributor III
New Contributor III
Hi
 
Our issue is that Admin / Settings / File Directory / Views -tab is not visible for any user, not even with sav_role ROLE_ADMIN. 
We need that tab to be able to modify GSP pages. We are on version 5.5SP3.18.2.
How can we make that tab visible?
 
Our view with ROLE_ADMIN:
RikuN_0-1695796288416.png

We created Freshdesk ticket about this issue, but they didn't helped us. Instead they told to ask help here at Forums.

 
Regards
Riku
 
[This message has been edited by moderator to merge reply comment content]
10 REPLIES 10

nimitdave
Saviynt Employee
Saviynt Employee

@RikuN ,please raise a support ticket for this with env url.

Dave
Community Manager
Community Manager

@RikuN - When you create the support ticket, include a link to this forum post so they can see Nimit's reply: https://forums.saviynt.com/t5/identity-governance/how-to-show-file-directory-views-tab/m-p/54596/hig...

Thank you,
Dave

 

RikuN
New Contributor III
New Contributor III

Hi

Thanks nimitdave and Dave.

I added to our existing already closed support ticket this forums post link, hope it helps.

Regards

Riku

Hi @RikuN 

Can you please check in external config file to see if this config is present if not add it and get the services restarted.

sync.ecm.viewsfiles.customise=accounts/create.gsp,accessRules/edit.gsp

 

Thanks

Darshan

RikuN
New Contributor III
New Contributor III

Hi

 

Thank you, by adding that configuration those two gsp's can now be modified via Views. Is there config to show all gsp's, without listing them one by one?

Regards

Riku

Hi @RikuN 

No, you need to add the gsps which need to be shown one by one. 

You can check in the documentation for what and all gsps are exposed and there names.

 

Thanks

Darshan

RikuN
New Contributor III
New Contributor III

Hi

i set this gsp to configuration, but it still is not visible: roles/azureADGroup/create.gsp

Total 11 other gsp pages i was able to set visible.

Regards

Riku

Hi @RikuN 

The name is perfect, here is an example as well

sync.ecm.viewsfiles.customise=workflowmanagement/groupManagement.gsp,roles/create.gsp,roles/edit.gsp,roles/list.gsp,roles/windows/create.gsp,roles/windows/show.gsp,roles/unixGroup/create.gsp,roles/unixGroup/show.gsp,roles/oktaGroup/create.gsp,roles/oktaGroup/show.gsp,roles/gcp/create.gsp,roles/gcp/show.gsp,roles/azureADGroup/create.gsp,roles/azureADGroup/show.gsp,roles/adsiGroup/create.gsp,roles/adsiGroup/show.gsp,roles/adGroup/create.gsp,roles/adGroup/show.gsp

 

Thanks

Darshan

RikuN
New Contributor III
New Contributor III

Hi

Thanks, i will try that.

I listed all 60 found from docs, but visible is only 11. Maybe my config line is too long or something.

Regards

Riku

No that shouldnt be the case, it will be exposed as per the config, may be check it out if there is a space or comma issue

 

Thanks

Darshan