Noticed there are three different ways one can prevent an item from showing up ononline.
1. UnPublish
2. Delete which is essentially Soft Delete
3. Nuke which is Hard Delete
Nuke or Hard Delete actually removes the item/record from the database so it cannot be recovered.
Unpublish is probably just a flag that application looks up to see if it needs to display/print the item online.
Soft Delete is probably again just a flag i.e. marked for deletion which seems like works similar to Unpublish.
Now question is what is actually the difference between Unpublish and Soft delete. Where should each be used and what is each suited for?
I hope I am making sense and able to ask my question clearly.
Thx
Amit