Hi guys,
How to display only the list of current application users. Instead of showing all the users of the applications.What will be the filter for it.
Hi Rohan,
What do you mean by "current application users"?If you only want to return the active ones, you can use the IsActive property.
You can create a role in your application and assigned that role to user's of that application. Use User and User_Role table with role filter to get the application specific user's.
Thanks
Vinod
All of the users in the Users tables are assigned a registered role by default, and they have access to all of the environment's applications.
If you want only certain users to be able to access your application, you'll need to build application-specific roles and assign them to users.
The Role and User_Role tables will then provide you with the application-specific Roles and Users.