In a list view, I have a column using a Picker Control.
I want the user to look up staff using the picker control.
If i enter the UserID, the RESOLVE button fails to resolve, it requires the domain infront i.e. DOMAINUserID - I can't expect end users to enter the domain in front.
So is there any way in the List view, I can get it to do a lookup on the userID only and then resturn the results?
Also, is it possible to remove the Resolve button and make the box Read-only and JUST have the SEARCH button only for the Picker Control?
My aim is to allow end users to enter the UserID or part of a name and then the Picker control return the UserID, Full Name and Department from the AD User Smartobject
Thanks