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 the checkbox status is automatically changed to 'Yes' For this want to write code by using javascript only?
Anyone Smart tricks to do this?
Thanks.