When working on a form, what is the difference between Insert and Update operations?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 01:29 PM
- A. Insert creates a new record and Update saves changes, both remain on the form
- B. Insert creates a new record and Update saves changes, both exit the form
- C. Insert saves changes and exits the form, Update saves changes and remains on the form
- D. Insert saves changes and remains on the form, Update saves changes and exits the form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 01:58 PM
Hi @akhileshv ,
the correct answer is B.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 04:39 AM
Yes, B is the correct answer. That also has been checked on ServiceNow Instance. Thanks-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 04:47 AM
However if right click on the banner and Save. You will remain on the form. It is tried and tested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 02:11 PM
Hi @akhileshv ,
B is the correct answer.
'Insert' will create a duplicate record of the current record and update save the changes of the current record. Both operations will take you back to the list view.
Thanks,
Anoja