Parent (NotesName - JavaScript™)
Read-only. The Notes® session
that contains a NotesName object.
Defined in
NotesNameSyntax
getParent() : NotesSession Examples
This computed field returns the effective user name for the parent of aNotesName object defined
elsewhere on the page.var nam:NotesName = requestScope.nam;
return nam.getParent().getEffectiveUserName();