- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2018 11:36 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2018 06:22 AM
Hi
there are multiple objects that you can use in client script.
1. g_user - to get user information
2. g_form - to get field information
3. g_list - to get list objects
4. g_menu is the UI Context Menu that is about to be shown. The onShow script can make changes to the appearance of the menu before it is displayed using these methods
5.g_item is the current UI Context Menu item that is about to be shown. It is used in several of the g_menu methods to specify an item.
Check below link for more details

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2018 12:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2018 02:28 AM
Hi,
Can you be more clear on what are you trying to understand regarding Client Scripts. For reference you may consult below docs:
https://docs.servicenow.com/bundle/kingston-application-development/page/script/client-scripts/concept/client-scripts.html
Cheers,
Shloke
Regards,
Shloke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2018 06:22 AM
Hi
there are multiple objects that you can use in client script.
1. g_user - to get user information
2. g_form - to get field information
3. g_list - to get list objects
4. g_menu is the UI Context Menu that is about to be shown. The onShow script can make changes to the appearance of the menu before it is displayed using these methods
5.g_item is the current UI Context Menu item that is about to be shown. It is used in several of the g_menu methods to specify an item.
Check below link for more details