I want to show sys_user_grmember.list the result of group filtering with specific character string to users who are not user_admin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2018 11:08 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2018 11:35 PM
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.
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.
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]
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.
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
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 !!