onload client script not working on custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2025 05:26 PM
Hi Experts,
I have a custom table where I have written an onLoad client script, but it is not working. I even tried just adding alert('message'), but it still doesn't work. Please suggest a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2025 05:46 PM
Post your client script and it's logic and then those here can assist you.
10-tips-for-writing-a-quality-community-question

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2025 05:50 PM
Hello @raja_5 ,
Can you please share your script to check what's wrong in that?
Regards,
Debasis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2025 06:41 PM
function onLoad() {
alert("hi");
} the same works on iIncident table but not on custom table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2025 07:00 PM
can you please share some of the screnshots and check which scope you are in and in which scope your script is present.
Regards,
Debasis