We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Show more user attributes in the affected user selection pop-up.
If anyone has any custom code that enables this in the selection window I would be interested in seeing it.
We have already customized the portal to where once a selection is made, more attributes on that user are displayed below the "Affected User" field. Thank you "Cireson Support Community" for that.
Comments
I have updated mine to make sure the analysts only select users with email address so workflows are able to properly send out notifications.
(DisplayName LIKE '%' + @Query + '%' OR UserName LIKE '%' + @Query + '%') AND EmailAddress1 IS NOT Null
Based on your statement something like
(DisplayName LIKE '@Query + '%' OR UserName LIKE '@Query + '%')
Would archive the starts with filter. Play around in SQL to get the right syntax replacing the @Query with a test string "Meyer" until you get the results you want, then place the string in the portal admin settings.
The UserQuery admin setting runs against ServiceManagement.dbo.CI$User
Thanks Brian.
Next topic related to Affected User. Is it possible with that same configuration to include things like phone numbers, or UserName (it's in your example)?
Can you point me to the where in the admin settings this is located? I'm not our system admin. and would like to get them in the general area. Or is any of this documented anywhere?
On this same topic, using the 'magnifying glass' to search for affected users, in our environment this is limited to three (3) results. Can this be configured somewhere to show more than 3? If I type last name Smith, I have about 65 matches but the search is limited to 3. Why such a low number?