Query Results for Prompt Output
Best Answer
-
Geoff_Ross Cireson Consultant O.G.Candice,
This is not possible directly. The simplest method is to extend the User class with a boolean property eg Reviewer. You can manually tick this for any use who is an reviewer. Then configure the criteria of the prompt in the request offering to show all users where Reviewer=true
If you don't want to manage the list of reviewers by ticking / unticking a property on the user object, you could then create a Workflow or Runbook that runs daily and sets / unsets this property based on membership to an AD group.
Geoff5
Answers
Have you tried using the class "Active Directory Group"?
Can I please clarify. You want the requester to pick an User object and you want the list of User objects to be only those that are a member of a certain AD group?
Is that right?
Geoff
Geoff_Ross yes that is correct. Currently I am setting that I use an Active Directory or Group, the limit to active with certain words in the title as below.
This gives me the result of:
which works okay but not great and I have to keep expanding my title search to include more, if I could say display the users in x group then I could use an existing AD group that is vetted and maintained to pull the correct users from.
This is not possible directly. The simplest method is to extend the User class with a boolean property eg Reviewer. You can manually tick this for any use who is an reviewer. Then configure the criteria of the prompt in the request offering to show all users where Reviewer=true
If you don't want to manage the list of reviewers by ticking / unticking a property on the user object, you could then create a Workflow or Runbook that runs daily and sets / unsets this property based on membership to an AD group.
Geoff