I have created a client script, and it is working on "form view"
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 04:31 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 04:56 AM
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.