XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "XL3UserName"

(Created page with "Returns the user id of currently logged in user ==Syntax== {{Code|XL3Username( Domain )}} ==Parameters== {| class="wikitable" ! Parameter ! Description |- | {{Domain|}} | Doma...")
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Returns the user id of currently logged in user
+
Returns the user id of currently logged in user, optionally including the domain name.
  
 
==Syntax==
 
==Syntax==
Line 10: Line 10:
 
! Description
 
! Description
 
|-
 
|-
| {{Domain|}}
+
| {{Code|Domain}}
| Domain name (optional)
+
| Boolean value, pass True to return the domain as part of the username: DOMAIN\USER (optional)
 
|}
 
|}
  

Latest revision as of 15:48, 31 January 2012

Returns the user id of currently logged in user, optionally including the domain name.

Syntax

XL3Username( Domain )

Parameters

Parameter Description
Domain Boolean value, pass True to return the domain as part of the username: DOMAIN\USER (optional)

See Also