Additional User Picker Help Needed (ARO)
I worked with our Microsoft PFE to get this implemented because, honestly, it was a little over my head. We got it working by doing the following:
User prompt #1 (Required / Text) : "Please start typing the name (First Last) of the user that discovered the loss/damage"
User prompt #2 (Required / Query Results) : "Please highlight the user who discovered the loss from the results list below."
Prompt #2 is configured as such:
Select class: Active Directory User
Configure criteria: [Object]Display Name contains 2. Please start typing the name (First Last) of the user that discovered the loss/damage: String
Display columns: DisplayName string Display Name
Options: Add user-selected objects to template object as related items
The initial thinking of adding a user this way was because there was a limitation in the default user picker where it wasn't pulling ALL users from AD, so often the user wasn't found in the list.
Is there a better way of adding this functionality to an ARO, because right now this solution is clunky and error-prone.
Best Answers
-
Tony_Collett Cireson Support Super IT Monkey ✭✭✭✭✭You could expand the number of objects that a Query Result brings in (this will slow down the Request Offering loading times) and use just the Filter without User Prompt 1.
Otherwise, this solution you provided is one of (if not the best) way to handle searching for a large number of config items with a single Query Result6 -
Tony_Collett Cireson Support Super IT Monkey ✭✭✭✭✭Within Admin Settings Items on the portal, scroll down to "GridviewRecordCap" and increase that number. By default it's 5005
-
Adam_Dzyacky Product Owner Contributor Monkey ✭✭✭✭✭Portal -> Admin Settings -> scroll all the way to the bottom and hit "Settings Items" on this new page the item you're looking to modify is "GridViewRecordCap"5
Answers
Otherwise, this solution you provided is one of (if not the best) way to handle searching for a large number of config items with a single Query Result
Depending on the size of your organization, you could also inflate the size of the result set returned from the default Cireson setting of 500 to something higher. Hopefully goes without saying that making this number super large would probably come at some performance hit to SCSM.
I don't know about using rhe user department as a token field. My previous job I knew who people were but wasn't sure what department they belonged to. I found that the users display name (which is a concatenation of First Name and Last Name) works alright for query searching. It all depends on what you need though
If I wanted to "expand the number of objects that a Query Result brings in" how would I go about doing this to see how long it would take a query to happen with that many records (or fewer?)