Unable to delete a To Do Item

Hi,

We have a To Do Item that was sent by another user and was declined. It comes up with the error saying “You must select an instance document to perform these actions”.

Subject: Unable to delete a To Do Item

Has anyone found a solution to this item? I am coming across the same problem.

Subject: RE: Unable to delete a To Do Item

Hi.

I don’t know exactly what kind of problem this is. Just notes! :slight_smile:

But you may solve this by saving the document before sending. And before doc.send you should fill ApptUNID for reference.

Looks like this:

Call doc.Save(True, True)

Dim ws As New NotesUIWorkspace

doc.ApptUNID = ws.CurrentDocument.Document.UniversalID

Call doc.Send( False )	

Jan Karow

Capricorn Consulting / Germany