How to store UI page values into a table?

sowmyaj
Giga Expert

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

1 ACCEPTED SOLUTION
2 REPLIES 2

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

srinivasthelu
Tera Guru

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