3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[ServiceNow] Go to ナビゲーションのデフォルトのクエリ条件を部分一致に変更する

Last updated at Posted at 2021-01-05

きっかけ

ServiceNowのGo to ナビゲーションに検索条件を入力してEnterすると通常は>=(Grater than)になるが、部分一致検索をすることのほうが多い。
(「*検索条件」を入力することで部分一致させることができるが、うっかり忘れがち)
Incident_list.jpg
Incident_result.jpg

確認したプラットフォーム

Paris

設定方法

システムプロパティglide.ui.goto_use_containsをtrue に設定する。
sys_property.jpg
「*」を入れなくても部分一致の検索結果が表示される。
Incident_result2.jpg

参考

Search a list(ServiceNow Docs)

数字を入力した場合、ContainsではなくEndsWithになる既知のエラーが存在する。
Property glide.ui.goto_use_contains set to true causes doing a number search using starts with/ends with but not contains

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?