CSA - Configuring Applications for Collaboration (20% of the exam) - Section 3

Form templates and saving options

Templates that prefill field values on a new record, their scope and visibility, and the save actions (Save, Update, Insert, Insert and Stay) with what each does to the current record and the form. Items distinguish the outcome of one save action from another.

ServiceNow product documentation, templatesForm save options

Practice question for this objective

Free sampleConfiguring Applications for Collaborationmedium

A change request is being used as the starting point for a second, nearly identical change. The administrator adjusts a few fields and needs a separate record created, with the form then showing that newly created record so the remaining fields can be completed. Which save action does this?

  • AInsert, which creates a new record from the current values and then returns the user to the previous list.
  • BInsert and Stay, which creates a new record from the current values and keeps that new record on the form. Correct
  • CSave, which commits the current values to the record already open and keeps that record on the form.
  • DUpdate, which commits the current values to the record already open and returns the user to the list.
Recognise that Insert and Stay creates a new record from the current form values and then keeps that new record displayed. The insert actions treat the values on the form as the content of a record that does not yet exist, so the platform writes a new record with its own identifier rather than overwriting the one that was opened. Insert and Stay differs from Insert only in leaving the newly created record on the form instead of returning to the previous page.

Why A is wrong: It creates the required second record, which makes it a close call, but the form leaves that record immediately, so the administrator has to find and reopen it to continue.

Why B is correct: Insert and Stay writes the on-screen values into a brand new record and then displays that new record, so the remaining fields can be completed without navigating back to it.

Why C is wrong: Save keeps a form on screen, but it overwrites the original change request with the adjusted values instead of producing a second record, losing the record that was meant to stay intact.

Why D is wrong: Update is the routine action for saving edits, so it is easy to reach for, yet it also writes back to the original record and creates nothing new.

See more CSA practice questions, answers explained.

Exam traps in Configuring Applications for Collaboration

Answers that look right on this material and are not. Each one is a distractor from a different question in the CSA bank for this domain.

  • The record originally opened is updated with the edited short description, and the form stays open on that same original record.

    Why it is wrong: This describes the Save action, which is tempting because both actions keep the administrator on a form, but Save writes back to the record already open instead of inserting a second one.

  • The record first opened is updated with the changed values, and the form returns to the previous list without creating a second record.

    Why it is wrong: This describes Update rather than Insert, and it is the assumption most often made, but Insert never writes back to the record that was opened.

  • Update, which commits the changes and then returns the user to the previously viewed list or page.

    Why it is wrong: Update does commit the same changes to the same record, which is why it is tempting, but it navigates away from the form to the previous list, so the record is no longer open for further work.

Examworthy is not affiliated with or endorsed by ServiceNow. Original, blueprint-aligned practice material only.