Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

I have created a client script, and it is working on "form view"

Community Alums
Not applicable

Hi All,

I have created a client script (start/end date validation) and it is working perfectly on the "form". I want the same functionality to be done through "List View".

Thanks in Advance

Utsav

1 REPLY 1

Community Alums
Not applicable

Hi @Utsav JAISWAL ,

You will have to use onCellEdit Client script, if you want to perform some logic in listview.  All the other three types of client scripts will execute on form view only.

 

Thanks,

Hope this helps.

If my response proves helpful please mark it helpful and accept it as solution to close this thread.