Client Script not firing from List view

kailashthiyagar
Kilo Guru

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?

7 REPLIES 7

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Helo Kailash,



You can create a OnCellEdit client script or a BEFORE business rule to achieve your req.


Pradeep,


you're way too quick


@Pradeep Sharma  - 

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.  

sethivarun
Kilo Guru

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