- 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:

推薦閱讀
- 大學(xué)計算機(jī)基礎(chǔ)(第二版)
- C# Programming Cookbook
- Vue.js入門與商城開發(fā)實戰(zhàn)
- Oracle 12c中文版數(shù)據(jù)庫管理、應(yīng)用與開發(fā)實踐教程 (清華電腦學(xué)堂)
- Java程序設(shè)計與實踐教程(第2版)
- Python機(jī)器學(xué)習(xí)編程與實戰(zhàn)
- ASP.NET 3.5程序設(shè)計與項目實踐
- Python算法從菜鳥到達(dá)人
- 打開Go語言之門:入門、實戰(zhàn)與進(jìn)階
- Python網(wǎng)絡(luò)爬蟲技術(shù)與應(yīng)用
- Greenplum構(gòu)建實時數(shù)據(jù)倉庫實踐
- LabVIEW數(shù)據(jù)采集
- 從零開始:C語言快速入門教程
- 從零開始學(xué)UI設(shè)計·基礎(chǔ)篇
- Learning NHibernate 4