UI Builder - Form fields component

A_P_
Giga Contributor

Hi everyone,

I'm using a Form fields component to display the content of a record. The fields are of course editable. My question is, after editing the fields, how do I save the new data / update the record? I imagine I'd have to use a button component but I'm not sure how to set it up to do the job.

1 ACCEPTED SOLUTION

John Zhang1
Kilo Patron
Kilo Patron

There are no OOB  "Update" and "Save" button" for current a Web form.  I wish ServiceNow can develop those components for all type of forms in future release.

You need to create your custom components for both "Save" and "Update"..   I have created videos for both button for list view.  You may use them as your reference:

UI Builder Custom Components Experience Part 1 (UI Action, Data Resource binding and Event Handling

UI Builder Custom Components Experience Scripting - Part 2 (Data Resource and Client Script )

 

Please mark reply as Helpful/Correct, if applicable. 

View solution in original post

2 REPLIES 2

John Zhang1
Kilo Patron
Kilo Patron

There are no OOB  "Update" and "Save" button" for current a Web form.  I wish ServiceNow can develop those components for all type of forms in future release.

You need to create your custom components for both "Save" and "Update"..   I have created videos for both button for list view.  You may use them as your reference:

UI Builder Custom Components Experience Part 1 (UI Action, Data Resource binding and Event Handling

UI Builder Custom Components Experience Scripting - Part 2 (Data Resource and Client Script )

 

Please mark reply as Helpful/Correct, if applicable. 

A_P_
Giga Contributor

Thank you so much for the videos, they totally saved me! I'll be watching the rest of your videos... 😃