- ServiceNow Application Development
- Sagar Gupta
- 194字
- 2021-07-03 00:01:01
Dot-walking
Dot-walking is a concept within ServiceNow that enables you to drill down to records, as in the Filter UI. When you are in the List of Records modules page, you usually end up using the Filter UI. The Filter UI lists all columns in the table. Like the Incident table, it lists Number, short description, created date, caller, and so on. Suppose we want to list all incidents by a Caller named Joe Employee. Using the Filter UI, it is quite easy to do this - simply select the Caller field as one of the filters and set the search value as Joe Employee:

But what if we want to list records based on Callers who are from the sales department? We do not have a department field in the Incident table but we do have such a field in the user table. As we have learnt before in this chapter, the Caller field is of type reference and it is referring to a record in the users table. So, in order to list all Incidents of Callers who are from sales, we will employ a feature available in all Filter UIs called dot-walking:

- Oracle從入門到精通(第3版)
- SQL Server 從入門到項目實踐(超值版)
- DBA攻堅指南:左手Oracle,右手MySQL
- Objective-C應用開發全程實錄
- Boost C++ Application Development Cookbook(Second Edition)
- Android開發精要
- Developing Middleware in Java EE 8
- Responsive Web Design with HTML5 and CSS3
- 深入淺出Windows API程序設計:編程基礎篇
- 學Python也可以這么有趣
- HDInsight Essentials(Second Edition)
- Python極簡講義:一本書入門數據分析與機器學習
- Instant PHP Web Scraping
- 單片機原理及應用技術
- IoT Projects with Bluetooth Low Energy