Thanks, I will do that, or something similar. BTW, ignore my other post, for some reason I could not find the original post and posted again.
Greg On Nov 4, 2:58 pm, mdipierro <[email protected]> wrote: > hm. that breaks the workflow. > > You should expose the nonvalid field (field.writable=True) and do a > crud.update(....,deletable=False) > > On Nov 4, 1:31 pm, ggivler <[email protected]> wrote: > > > > > > > > > I have a crud.update form that is deletable, I use the ondelete > > callback function to mark the records as nonvalid, is there a way to > > keep the record from being deleted after this?

