Examples: PreviewParentDoc property

This script displays the parent of the current document in the preview pane when the user opens the document.

Sub Postopen(Source As Notesuidocument)
  source.PreviewParentDoc = True
End Sub