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

- Embedded Linux Projects Using Yocto Project Cookbook
- PHP 從入門到項(xiàng)目實(shí)踐(超值版)
- 軟件測(cè)試項(xiàng)目實(shí)戰(zhàn)之性能測(cè)試篇
- Mastering Yii
- MySQL數(shù)據(jù)庫(kù)管理與開(kāi)發(fā)(慕課版)
- 深入淺出RxJS
- Access 2016數(shù)據(jù)庫(kù)管
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲(chóng)案例實(shí)戰(zhàn)全流程詳解(高級(jí)進(jìn)階篇)
- Jupyter數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- C專家編程
- Kubernetes源碼剖析
- Java EE Web應(yīng)用開(kāi)發(fā)基礎(chǔ)
- OpenCV Android Programming By Example
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- Flink入門與實(shí)戰(zhàn)