Getting children documents

I want to be able to access all the children documents related to a currently opened document.

But the GetChild() function only work for a view.

Is this possible, and how do i go about it?

Subject: Getting children documents

Response documents contain a reference to the Parent doc’s UNID in the $Ref field. You could get the children by referencing a view that has all response docs with the first column sorted by $Ref field.

Subject: Getting children documents

As a start, look up $REF - this should start you in the right direction.

Stephen Lister

Subject: NotesDocument.Responses (WAS: Getting children documents)