- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2015 04:35 AM
Hi All,
I have a three fields in UI page namely,
"Category" which is a dropdown
"Start Date" which is in date format and
"End Date" which is in date format
According to my requirement all the values in the fields above should get added into a table when submit button is clicked.
As I'm new to service-now I'm stuggling. So, please help me out in detail how can I add the values into a table.
Thanks in advance,
Sowmya
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2015 08:12 AM
Hi Sowmya,
You can refer the below example and adjust your solution accordingly.
http://wiki.servicenow.com/index.php?title=UI_Pages

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2015 08:12 AM
Hi Sowmya,
You can refer the below example and adjust your solution accordingly.
http://wiki.servicenow.com/index.php?title=UI_Pages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2015 08:14 AM
Hi Sowmya,
You need to have those field under a form(g:ui_form) and write the processing script to fetch the values and insert them into a table.
Wiki documentation for more details:UI Pages - ServiceNow Wiki