Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the record in the DirPerson table for the current user.
Syntax
client server public static DirPerson findPersonForCurrentUser([boolean _showMsgIfNotFound])
Run On
Called
Parameters
- _showMsgIfNotFound
Type: boolean
A Boolean value that indicates whether a message will be displayed when a record is not found.
Return Value
Type: DirPerson Table
An instance of the DirPerson data type of the current user.
Remarks
An Infolog message is shown if no record is found.