Client Script not firing from List view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 01:37 PM
I have a client script which is working perfectly fine in the form view.. If i update a field in the form view, the onChange client script works fine. But if make the change in the List view by double clicking the field, the client script is not working.. Any alternate solution?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 01:41 PM
Helo Kailash,
You can create a OnCellEdit client script or a BEFORE business rule to achieve your req.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 01:42 PM
Pradeep,
you're way too quick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2024 02:31 AM
Oncelledit client script is working in workspace ?
(assigned_to is empty when assignment group changes in list view in workspace). - how I can implement this in workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 01:41 PM
HI,
You can write onCellEdit client script as per your req.
http://wiki.servicenow.com/index.php?title=Client_Scripts
please hit like, Helpful or Correct based on how it helped