How to write javascript for checkbox status depends on deleting list item?
SharePoint
1
Posts
1
Posters
1
Views
1
Watching
-
Hello Guys, I Have a list "Projects" with columns 'Project Name'(Text), 'Start Date'(Date) , 'End Date'(date) and 'IsDeleted'(Yes/No Check box). Here created ProjectView that displays ProjectName,Start Date and End Date. (IsDeleted Column is not added in my view and ProjectView Filter did set to "IsDeleted is equal to 'No'"). Then now If I want to delete an item in Projects then checkbox status is automatically changed to 'Yes' For this want to write code by using javascript only? Anyone Smart tricks to do this? Thanks