We are running Notes 6.5.3 and our mail databases are based on the Domino Web Access (inotes6.ntf) template.
If I start to create a new calendar entry, then click on the Save as Draft button, the document does not appear in the Drafts view. I can find it in the All Documents view, so I know it is getting saved.
The view selection for the Drafts view looks like this:
SELECT PostedDate = “” & $MessageType = “” & @IsNotMember(“D” : “A”; ExcludeFromView) & ISMAILSTATIONERY != 1 & Form != “Group” & Form != “Person”
I checked out the document properties of the calendar entry and found that the field ExcludeFromView does contain the value “D”.
If my logic is correct, this is why my document is not showing up in the view. Is this accurate? If so, can anyone tell me why this is happening?
Thanks in advance,
Dave