need to have custom table be visible to non-itil users on Self Service Portal

elenaka
Tera Expert

Hi Community,

on our self service portal we have a request. This request has a field which displays data from a custom table. However, this data is only visible to ITIL users. I want the drop-down to be visible to all users who access our self service portal. We have over a 1000 users who don't need itil, they only submit requests. How can I make the info from the table be visible to non-itil users?
No information is being fed back into the table, it's just to display the info. It's 98 selections to choose from, thus it cannot be embedded into the form.

PS  in the table configuration I had to select itil for "user role", but as I stated, this is not enough.

Please see attached for what itil sees and non itil sees. Any suggestions, please. Thank you.

1 ACCEPTED SOLUTION

Anil Lande
Kilo Patron

Hi,

You need to modify the Read ACL generated for your table with ITIL role.

Open ACL's for your table (Elevate Role to Security Admin).

find_real_file.png

Open ACL for Read permission.

find_real_file.png

Add 'snc_unternal' role (or Remove itil Role)

find_real_file.png

 

Thanks,

Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

2 REPLIES 2

Anil Lande
Kilo Patron

Hi,

You need to modify the Read ACL generated for your table with ITIL role.

Open ACL's for your table (Elevate Role to Security Admin).

find_real_file.png

Open ACL for Read permission.

find_real_file.png

Add 'snc_unternal' role (or Remove itil Role)

find_real_file.png

 

Thanks,

Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

elenaka
Tera Expert

Removing ITIL Role in the ACL generated table worked. Thank you!