Difference between revisions of "USERFULLNAME()"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== Function to return the full name of the current user as defined in the Lianja Users Workspace ==Syntax== USERFULLNAME() ==See Also== GETGID(), GETPID(), ...")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
==Syntax==
 
==Syntax==
USERFULLNAME()
+
USERFULLNAME([<expC>])
  
 
==See Also==
 
==See Also==
[[GETGID()]], [[GETPID()]], [[GETUID()]], [[ID()]], [[USER()]], [[USERDATABASE()]], [[USERDOMAIN()]], [[USEREMAIL()]], [[USERNAME()]], [[USERROLES()]], [[USERTENANCY()]], [[Users Tables]]
+
[[GETGID()]], [[GETPID()]], [[GETUID()]], [[Guide to the Users Workspace (Video)]], [[ID()]], [[MASKEDDATA()]], [[MD5()]], [[SET ROWFILTER]], [[SYSDATAMASKS]], [[SYSPERMS]], [[SYSROLES]], [[SYSROWFILTERS]], [[:Category:System Tables|System Tables]], [[USER()]], [[USERDATAMASK()]], [[USERDOMAIN()]], [[USEREMAIL()]], [[USERNAME()]], [[USERROLES()]], [[USERROWFILTER()]], [[Users Tables]], [[USERTENANCY()]]
  
 
==Description==
 
==Description==
The USERFULLNAME() function returns the full name of the current user as defined in the Lianja Users Workspace.  The Lianja login name can be obtained using the USERNAME() function and the operating system login name using the ID() or USER() functions.
+
The USERFULLNAME() function returns the full name of the current user or for the username specified in the optional character expression <expC> as defined in the Lianja Users Workspace.  The Lianja login name can be obtained using the USERNAME() function and the operating system login name using the ID() or USER() functions.
  
 
==Example==
 
==Example==

Latest revision as of 12:28, 2 March 2017

Purpose

Function to return the full name of the current user as defined in the Lianja Users Workspace

Syntax

USERFULLNAME([<expC>])

See Also

GETGID(), GETPID(), GETUID(), Guide to the Users Workspace (Video), ID(), MASKEDDATA(), MD5(), SET ROWFILTER, SYSDATAMASKS, SYSPERMS, SYSROLES, SYSROWFILTERS, System Tables, USER(), USERDATAMASK(), USERDOMAIN(), USEREMAIL(), USERNAME(), USERROLES(), USERROWFILTER(), Users Tables, USERTENANCY()

Description

The USERFULLNAME() function returns the full name of the current user or for the username specified in the optional character expression <expC> as defined in the Lianja Users Workspace. The Lianja login name can be obtained using the USERNAME() function and the operating system login name using the ID() or USER() functions.

Example

? userfullname()
William Colline