- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 05:18 AM
I have synced azure ad to servicenow. Now i need to get the list of users present in servicenow. How can this be done using client script?
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 01:01 PM
yes in servicenow when you create a variable there are different variable types. One is a String type which you are probably using. You can create a reference type and that should do what you are explaining above ^.
This is what it will look like on the form
if they enter a name that is not in the user table this happens...
I believe this is what you are looking for. No need to customize this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2017 06:10 AM
No I havent. Do you think this will solve the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2017 06:19 AM
I would think this would be the way to setup LDAP in ServiceNow and SN makes it easy, but I have not messed with Azure AD. Try it out there should be no harm.