35 | Excluding deleted documents when creating collectionsJordan Tenjeras1227 - 24 2008 / (0) I want a way to exclude deleted documents when creating a collection. I've just tried running StampAll on a series of .Responses and one of the 'parents' has a document whose .IsDeleted LS property evaluates to .true. It would be nice to be able to specify " & !@IsDeleted" in ... |
27 | Make PostDocumentDelete subject to ACLSue Topliss750 - 21 2008 / (3) PostDocumentDelete kicks in when you delete a document. BUT the access level of the user is not checked until after the code has run. This leads to people who don't have delete rights on the database appearing to delete stuff = confusion. For example, we have a postdocumentdelete to ... |