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

- Spring 5.0 Microservices(Second Edition)
- iOS面試一戰到底
- Docker技術入門與實戰(第3版)
- 騰訊iOS測試實踐
- Android開發精要
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- PHP+MySQL網站開發項目式教程
- Yocto for Raspberry Pi
- Access 2010數據庫應用技術(第2版)
- Programming with CodeIgniterMVC
- Odoo 10 Implementation Cookbook
- JavaScript動態網頁編程
- Python數據可視化之美:專業圖表繪制指南(全彩)
- SwiftUI極簡開發
- Learning TypeScript