UnMakeResponse ? LotusScript question

Is there a simple way to turn a response document to a maindocument?

I noticed that the IsResponse and the ParentDocumentUNID properties are read only.

Or is the only way to create a new document, copy all items, and loop trough all te response-to-response documents to make them responses to the new document?

Subject: UnMakeResponse ? LotusScript question …

doc.getFirstItem(“$ref”).removeshould do the trick…

Subject: UnMakeResponse ? LotusScript question …

Couldn’t you just delete the $Ref item?

Subject: Thanks to you all …

Soooo simple … stupid me!

NotesDocument.IsResponse = false would be more readable though …