0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[ServiceNow]Scriptingの論理名と物理名

Posted at

※この記事はServiceNow初心者が学習用のために記載した記事です。内容について誤っている場合がございます。不足点などございましたらコメントいただけますと幸いです。

使用目的

  • テーブルのリストページを表示したいとき
    • Filter navigatorで物理名.listと検索
  • Dictionary Entriesテーブルなどで検索するとき

Client-side scripting

論理名 物理名
Client Script sys_script_client
UI Policy (Script) sys_ui_policy
UI Action (Client-side) sys_ui_action
UI Script sys_ui_script

Server-side scripting

論理名 物理名
Business Rule sys_script
UI Action (Server-side) sys_ui_action
Script Action sys_script_action
Scheduled Job sysauto_script
Embedded Server-side Script (Depends on functionality)
Access Control List (ACL) sys_security_acl
Transform Map sys_transform_map
Reference Qualifier sys_dictionary.reference_qual
Default Value sys_dictionary.default_value
Flow Designer sys_flow_context
Script Include sys_script_include

各項目については、以下の記事を参照してみてください
https://qiita.com/hashikazu20540/items/befb87337e345c671a1e

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?