- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2018 06:25 AM
I have a requirement to create a form where it will have a user id field and a multi-line text box to populate user details from LDAP.
Initially I though to create a table and add this fields to it but there is no need to add any records in the table. User needs this form for reference purpose only. They enter the data and click on fetch button and multi-line text box will have the values returned.
Can this be achieved in servicenow? Any help would be appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2018 06:58 AM
If you just want a form, you could construct a UI page that calls a server side process script in the UI page. That would give a form without a table or fields.
I still like to have a record of who did what, which means a table is still a good idea.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2018 06:58 AM
If you just want a form, you could construct a UI page that calls a server side process script in the UI page. That would give a form without a table or fields.
I still like to have a record of who did what, which means a table is still a good idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2018 11:52 PM
It seems creating a table is the simplest way to achieve it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2018 11:53 PM
Just wanted to know if I import all users from my organization AD to User table in ServiceNow through LDAP, will there be any difference in the pricing? Will ServiceNow cost us based on the number of users or role assigned?
Can someone clarify this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2018 04:58 AM
When it comes to questions about licensing and costs, always consult with your ServiceNow account team. Pricing and licensing change over time so I don't post it here so people don't reference obsolete machines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2018 12:08 AM
Fair enough. Thanks Chuck for all the responses.