Highlight VIP - Custom App

Kiera Mears
Mega Guru

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?

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

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

 

Client-side global JavaScript objects in scoped applications - Support and Troubleshooting (servicen...

View solution in original post

1 REPLY 1

Kieran Anson
Kilo Patron

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

 

Client-side global JavaScript objects in scoped applications - Support and Troubleshooting (servicen...