- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2022 02:57 AM
in client script what is inherited and isolated script, what is the purpose and for what mainly we use it?
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2022 03:13 AM
Hi
Inherit : For example, a client script on the task table can be inherited to tables that extend it, like the incident, change, and problem tables. To allow tables to inherit a client script, the inherit checkbox must be set.
Isolate: Client-scripts will run in strict mode, with direct DOM access disabled so access to jQuery, prototype and the window object are likewise disabled. so if you want to access any DOM object in such scenarios you need to make it "true/false"
I hope it helps you, if so please mark my response as correct and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2022 03:13 AM
Hi
Inherit : For example, a client script on the task table can be inherited to tables that extend it, like the incident, change, and problem tables. To allow tables to inherit a client script, the inherit checkbox must be set.
Isolate: Client-scripts will run in strict mode, with direct DOM access disabled so access to jQuery, prototype and the window object are likewise disabled. so if you want to access any DOM object in such scenarios you need to make it "true/false"
I hope it helps you, if so please mark my response as correct and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 09:43 PM
Hi All,
Please review below Article for Client Script details and mark helpful if it helps you.
World of Client-side Scripts: #1
Thank you!
Kailash Bhange
