Page 1 of 1

Jiwa Collection Item Logical Delete

PostPosted: Mon Feb 15, 2021 3:51 pm
by SBarnes
If I want a custom Jiwa collection item that when deleted doesn't actually delete but performs a logical delete i.e. just sets a deleted flag to true in the database will this work with a Jiwa Collection if all I change is the iSave and the sql that gets called when the deleted flag is true?

Obviously read on the collection and collection object would need to also look for this flag being false.

Re: Jiwa Collection Item Logical Delete  Topic is solved

PostPosted: Tue Feb 16, 2021 1:03 pm
by Mike.Sheen
SBarnes wrote:If I want a custom Jiwa collection item that when deleted doesn't actually delete but performs a logical delete i.e. just sets a deleted flag to true in the database will this work with a Jiwa Collection if all I change is the iSave and the sql that gets called when the deleted flag is true?

Obviously read on the collection and collection object would need to also look for this flag being false.


Yep, that should do it.