Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Identification of Non Transactional Users from Roles

Former Member
0 Kudos

Hi All,

Currently we have 21K+ Employees in Organization.. Roles are assigned as Default ESS and Transactional

Now we have got a requirement to identify only Non Transactional Users from Roles which is really difficult to find..

Could you pl guide if any way to check the same and would appreciate if solution is provided at the earliest...

Thank you...

1 REPLY 1

former_member298454
Active Participant
0 Kudos

I assume that you need to pull the list of users who do not have transactional access (only ESS access)

If my assumption is right ,

1) AGR_USERS , give the input of ESS role  in Role field and get the list of users.

2) Give the list of users (from step1) to User field in AGR_USERS again , and selct your ESS role in Role field under 'Exclude single value/range'. Get the list of users.

3) Filter out list2 users from list1 users, You will get the list of users who have only ESS acces.

Thanks,Krishna