I want to show sys_user_grmember.list the result of group filtering with specific character string to users who are not user_admin.

chanken
Tera Contributor

Hi Everyone,

I want to show sys_user_grmember.list the result of group filtering with specific character string to users who are not user_admin.

How can it be realized?

regards.

1 REPLY 1

RatneshTSN
Giga Guru

If I get it correctly, you want to type sys_user_grmember.list in navigation bar & the result show with your specified criteria/condition?

If my above statement is true, for end users to have this view, you can create an application & module under it & define your criteria/condition to show the result.

On the navigation bar type

Application menu like this, it will show up all the application defined on system. Here you can define which user with what role it needs to be visible. You can create your own application here if required.

find_real_file.png

 

Now each application will have many modules, and each module can redirect to list view of table records

Type as shown on below. modules. Here you need to create a module.

find_real_file.png

 

 

Now I will create module.

Which will be in Self Service application menu as Self Service Users. It will be visible to users with itil,admin role [ As per requirement you can specify here]

 

find_real_file.png

Now on link type choose Table, type of record [list view], and condition to filter out, list view of records.

Here I want, when I click on Self Service Users module, it list down all user records with role having itil.

Save/Submit this.

find_real_file.png

 

Now I will check whether its been built or not.

 

Under Self Service View my newly created module appears & when I click it shows list of user records with role itil

find_real_file.png

 

 

Mark this answer helpful, if it solves your problem if not do let me know by commenting on it. This makes sure other people on community to retrieve similar question's answer faster.

Thank you for participating in community. Happy Coding !!