My client script is not executing. Any error message or info message also not showing up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2024 07:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2024 10:23 PM
Hi @srinivasrao ,
please make update in the client as ss.
please accept as solution and helpful, if this will solve the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2024 02:43 AM
Hi @srinivasrao
if you are using getReferenceValue in scriptinclude for reference fields, dont use to string

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2024 02:50 AM
try putting the keyword "debugger"; somewhere at the top of your client script. Save it, after that, try executing the client script by meeting the conditions. If your client script is running, your browser will be paused.
WARNING: don't put this code in a production environment, it will pause for everyone.
If the client script in fact doesn't execute, make sure to double check if the conditions of your onChange client scripts are actually met.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2024 03:59 AM
This.
Note: You need to open the browser console, otherwise the breakpoint (which is what the debugger statement sets) won't be triggered.
Also please check if you have the script active for all environments, or just for one particular: