Parent (NotesName - JavaScript)

Read-only. The Notes® session that contains a NotesName object.

Defined in

NotesName

Syntax

getParent() : NotesSession

Examples

This computed field returns the effective user name for the parent of a NotesName object defined elsewhere on the page.
var nam:NotesName = requestScope.nam;
return nam.getParent().getEffectiveUserName();