- ServiceNow Application Development
- Sagar Gupta
- 245字
- 2021-07-03 00:01:01
Related List UI
Related lists are one of the most important UI elements available in form pages. A related list can be used to show lists of related records from either, the same or a different table. While we will be covering related lists in detail in later chapters, let us quickly understand how the related list UI works and how it can help augment the information available in any form:
- Open one of the existing records in update (edit) mode in the Incident Management application by clicking on the Incident Number:

- Once you are in update mode, right-click on the form header to bring up the form context menu UI actions. From the list of options available, select Configure | Related Lists:

- It will take you to a page with a special UI referred to as slush-bucket.
The slush-bucket UI is used on multiple pages in the ServiceNow platform. It allows you to select one or more records from a list of available records either by double-clicking or selecting a record and clicking on the > icon to add and < icon to remove.
- From the list of Available related lists in the Incident table, bring Incidents by Same Caller to the Selected bucket:

- Then, click on the Save button and the system will take you to the Incident form again, where you can scroll to the bottom of the page to see the Incidents by Same Caller related list added to the form:

推薦閱讀
- Python快樂編程:人工智能深度學習基礎
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Koa開發:入門、進階與實戰
- Linux網絡程序設計:基于龍芯平臺
- Monitoring Elasticsearch
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- 飛槳PaddlePaddle深度學習實戰
- The Professional ScrumMaster’s Handbook
- R用戶Python學習指南:數據科學方法
- 用案例學Java Web整合開發
- JavaScript應用開發實踐指南
- Hands-On Neural Network Programming with C#
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Python編程快速上手2