Documents with attachment getting deletion just after saving

Hi All, I am having two zip files,name1.zip and name2.zip.when i attach the first zip file the application works fine.the problem is when i am attaching the second zip file,the attacthed documents as awhole gets deleted.

name1.zip file contains only files of one format

name2.zip file contains files of diferent extension,namely .bmp,.doc,*.mp3 and mutliple copies of the same file ,etc …

  please advice...........

Subject: RE: Documents with attachment getting deletion just after saving

There is nothing in Notes to delete documents that have multiple attachments. This is something your application is doing.

You need to look at any agents or form code that might be working with the attachments. Also, have a close look at your view column formulas and selection formulas, because it may be that the documents are not being deleted – it might just be that they’re not appearing in the view because of a wrong selection, or they are in the view but not where you expected to find them because of a sorted column with an unexpected value.

Subject: RE: Documents with attachment getting deletion just after saving

thanks Andre…

For me also it was suprise…i also though the same and went and looked in Untiled view of lotus notes where the selection formula will be select all documents, there also i am not able to see this particular documents

Its not abt the multiple attachments…i am attaching it as two diiferent documents, when attach the first zip file ,its working good and fine…in the same application when i attach the second zip file,for my suprise the document is missing :slight_smile:

Subject: RE: Documents with attachment getting deletion just after saving

There is also nothing in Notes to delete a document that has one attachment. Notes doesn’t care about the contents of the attachment. You need to look at any code in your application which may be deleting documents. Also look at the user history to see whether the document was ever actually saved and whether there’s an ID doing updates after the save. Do you use a SaveOptions field? Is this a web application?