getUserAreaParent macro
Note: This macro is only available after KB 1924843 is applied.
Use this macro to get the parent node the UserArea. Through this node you have access to other data in the BOD or BDE.
long getUserAreaParent()
Return value: The node of the parent of the User Area.
Example:
string name(100) mb
|* Get the name of the employee from the PersonInBOD
name = xmlData$(xmlFindFirst("Name", getUserAreaParent()))