Admin Workbook Answers
Admin Workbook Answers
ServiceNow System
Administrator Course
WORKBOOK ANSWERS
Section – 3 - Exercises
1. Configure the Incident list view layout to include the following fields:
Number, Caller, Category, Priority
})(current, previous);
2. Create a client script which informs the user that a problem with a priority of 1 - Critical
will create a problem task
g_form.addInfoMessage(getMessage("Creating a
Critical Problem with create a problem task
automatically."));
}
}
Section – 5 - Exercises
1. Create a car table with the following fields:
make (choice) model (string) release_date (date) cost (currency)
1. Create a new table and name is ‘Car’
2. Optionally create a module
3. Add the required fields
4. Remember, when you save the table,
it automatically creates the core
fields such as Sys ID, Created,
Created By, Updated, and Updated By
and some additional core fields.
2. Create 5 choices for the make field