Skip to main content

1.3 Configure the Table Form

Part 1 - We can already use the Case List

Without any code, we can start working and managing our records.

  1. From the Data Table And Forms tab, preview the Telework table.
  1. Hover the column header Priority , right-click to display the menu and then select Pie Chart.
  1. And voila, we get a Pie chart that shows us the distribution of cases by Priority.
  1. Explore the other tools in the Context Menu such as Visual Task Board.
  1. The team struggles managing and understand the status of related tasks. Let's fix that.
  1. Click the back button on the Pie Chart report to get back to the list.
  1. Open a record by clicking the number field.
  1. Configure the related list by doing:
    1. Right-click on header.
    2. Select Configure.
    3. Then select Related Lists.
  1. In the new form:
    1. Select the item Task → Parent.
    2. Click on the button to move the item to the selected list.
    3. Click on the Save button.

Now a new tab at the bottom of the form will show records that have relationships to the current record.

  1. Go back to the list view by clicking on the back button at the top.
  1. We can even start creating new records/cases. Click New in the top right.

But wait, the form doesn't have the fields we want. Let's fix that.

  1. Close the Preview tab by clicking the X.

Part 2 - Configure Telework Case Form

  1. At the top-center of the table, click Forms.

As we created our table by extending the Task table, we inherited some fields we don't need for our use case.

  1. Remove the following fields from the form by clicking the X.
    • Number
    • Configuration Item
    • Active
    • Parent
  1. Users want to see who opened the case. We can easily fulfill the requirement by reusing the Opened by field from the Task table. In the Fields tab to the left is where existing fields can be added.
info

Note that there are more than 60 fields available to use. The number of fields may be different as other ServiceNow application may add fields onto the Task table.

  1. Click the circled plus icon ⊕ to add a field above
  1. Type Opened by in the Search box
    Click on the Opened by field

  1. Repeat the operation to add the field Arrangement
  1. Add the field Days per week
  1. Add the field Reason

Now we'll add the Activity formatter that provides a way to present the audit history of a particular record

  1. Click More
    Click Formatters

  1. Drag the "Activities (filtered)" field onto the form below the Short description field.
  1. Your form should look like something this (doesn't have to have exact same layout):
  1. On the top right, Click on the Save button

Part 3 - Preview the Arrangement form

  1. Go back to the App Home
  1. Click on the Arrangement table in the Data section.

  2. Click the Forms pill in the top middle of the page.

info

Here you can edit the Arrangement form as needed. No changes are needed at this time.

  1. Click the AES tab for the Arrangement table.

Exercise Recap

In this exercise, we learned how to modify the list and form views for our Telework Case table.

We also saw some useful things you can do from the list view to generate quick reports.

We were able to complete all these tasks using simple point-and-click administration and without requiring specialized application or database knowledge.