- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 09:22 AM
Hello,
I want to utilise the 'Highlight VIP' functionality from incidents on our custom app but cannot get this working and keep getting the error "onChange script error: TypeError: $ is not a function function () { [native code] }" despite having 'isolate script = false' on the Client Script.
Any advice as to how to get this to work?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 09:46 AM
Scoped access to client side globals is blocked by default, even if you toggle isolate script = false. You have to create a system property to enable the functionality

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 09:46 AM
Scoped access to client side globals is blocked by default, even if you toggle isolate script = false. You have to create a system property to enable the functionality