ServiceNow Certified Implementation Specialist – Risk and Compliance — Question 124
Which filter navigation syntax displays the table in list view within a separate browser tab?
Answer options
- A. Tablename_LIST
- B. Tablename.list
- C. Tablename.LIST
- D. Tablename.List
Correct answer: C
Explanation
The correct answer is C, as 'Tablename.LIST' is the proper syntax for displaying the table in list view in a new tab. Options A and D do not match the required syntax, and option B uses a lowercase extension that is not valid for this purpose.