
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2013 04:16 AM
Currently the quicksearch results for users only shows their "display name" (I think). Perhaps in a future update it could list their username and maybe even email address?
Reason being is that we have a few accounts with the same display name, but username and email address values are different. (ie: users with same first and last name, but unique username & email address)
Reason being is that we have a few accounts with the same display name, but username and email address values are different. (ie: users with same first and last name, but unique username & email address)
Labels:
- Labels:
-
Product Feedback
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2013 06:56 PM
We have added your feature request to our customer wish list. You could also run the report below and filter one of the columns within the report results to perform a "search".
Select Top 1000000 tblADusers.Username,
tblADusers.Userdomain,
tblADusers.Firstname,
tblADusers.Lastname,
tblADusers.Name,
tblADusers.Displayname,
tblADusers.email,
tblADusers.Lastchanged
From tblADusers
