Hi,
My Quick question is How can we get the results of particular users like to show on the list of users in admin console or in designer .Example: i have users with SSO and email id's, i want to Display the users of SSO for now, Can we write a query like in Data Base to Display Values.
Thanks In Advance
Discussion posts and replies are publicly visible
Are your SSO users Basic Users and your non-SSO users Administrators?If so, you could get the users by type using the user function: User(ri!inputUser, "userTypeName"). Just an idea.....