Client script not running on custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 07:19 AM
I have created one custom table and added some column in it. and I have created client script for same table but no one client scripting running. even code is correct still not getting result on form.
what will be the issues..?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 07:47 AM
@rmaroti Could you please share the client script code here, it will help us to find the root cause behind this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 07:53 AM
So many options - the wrong UI Type or Type for your test case, or maybe the Active box is unchecked, or Isolate script is true and the script uses something that this is blocking. A simple alert line would confirm the script is running and rule out all of these possibilities, leaving an error in the actual script, but right now it's all a mystery to us.