How jQuery works in catalog client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 07:22 AM
Hi,
I am trying to understand, how the jQuery is working in the below script screenshot
trying to find the "app_role_checkbox_val" where i can see it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 07:28 AM
@krishna343 To make jQuery work in client script you must set the "Isolate script" checkbox to false.
If its not available in form then you can find it in list view and change its value to false.
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 07:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 07:41 AM
@krishna343 What exactly you are trying achieve?
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 07:54 AM
I want to understand how the Jquery runs on "app_role_checkbox_val", where can find the information.
want to understand the functionality behind the "app_role_checkbox_val", i am trying to understand the how jquery is getting the value and setting in the "app_roles" variable mentioned in the screen shot