Subject Deleting without Deleting
Author Christian Mautendorfer
Hi,

In my DB, when a record gets deleted I set a Status flag to mark it as deleted.
The disadvantage is, that this makes server side referentail constraints
useless
in this context.

So I was wondering if there is any call I can make to test if a record is
deletable without
it actually being deleted.

TIA,

--Chris