logo

NJP

ServiceNow Learning 138: What does "sys_ref_list" list layout control?

Import · Jan 08, 2024 · article

Hi All,

Today I would be covering what does "sys_ref_list" list layout covers:

The "sys_ref_list" list layout of the target table controls the elements that are displayed under the list collector.

Here are the steps:

  1. Identify the list table the list collector variable is referencing.
  2. Navigate to sys_ui_list.LIST from application navigator and filter the records with that table name you found in step1
  3. Then select the record that has the View as 'Reference List'
  4. In the related list, you will see List Elements. These are the fields that you see below the list collector variable after selecting a value.

Administrators can choose the list elements based on the information they want to show below the list collector variable.

View original source

https://www.servicenow.com/community/developer-blog/servicenow-learning-138-what-does-quot-sys-ref-list-quot-list/ba-p/2780839