UI Builder : Create record using user input

Bavi
Tera Contributor

Hi All, 

 

I am trying to create a record using input from the user in UI  builder ,Anyone can guide  me on this task or give some reference how to complete this thing?..

 

 

Thanks,

Bavi.

1 REPLY 1

Nootan Bhat
Kilo Sage

Hi @Bavi 

Include Create record data resource in you page.

Once the values entered you can trigger the event. FYI, create, update, refresh all these events related to data resources can be triggered.

Call the Create record EXECUTE event and pass the required table, field values.

 

Another way is to call the client script and add the script to create record in the table example in the doc: 

https://docs.servicenow.com/en-US/bundle/utah-api-reference/page/app-store/dev_portal/API_reference/...

 

Let me know if it was useful.

 

Thanks