On change client scripts are not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 07:27 AM
On change client scripts are not working.
Created a new client script with simple alert/addinfomessage. This new on change client script written on Assigned to field is also not giving any message.
What can be the reason of on change script not running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 08:12 AM - edited 06-26-2024 08:14 AM
@prit123 , you have removed the isloading part so your onchange will be working as onload client script so add refresh the page you will see the alert.
if you want to change it to be only on onchange add the below code after line 2
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 10:42 PM
@swathisarang98 @Harsh Vardhan - This script is written just for testing as all my on change script are not running on Incident form.
It is not giving any message on changing the assigned to field.