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 in "List View".

Thanks in Advance
Utsav

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Community Alums 

 

For list view, you need to create a new client script - Type - Oncell edit. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Community Alums 

 

  1. OnCellEdit scripts: These scripts are executed when a user edits the value of a cell in a list or table. OnCellEdit scripts can be used to validate the new value, update other cells based on the new value, or take other actions in response to the edit.

 

https://developer.servicenow.com/dev.do#!/learn/courses/washingtondc/app_store_learnv2_scripting_washingtondc_scripting_in_servicenow/app_store_learnv2_scripting_washingtondc_client_side_scripting/app_store_learnv2_scripting_washingtondc_client_script_types

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************