Difference between revisions of "USER - User details (Reports & Settings Report Generator function)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
 
(Updated from revision control)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
== Syntax ==
 
== Syntax ==
  '''$USER'''{user, type}
+
  '''$USER'''{user, N/D/I/C}
  
 
== Description ==
 
== Description ==
Line 10: Line 10:
 
:A text parameter that can not be omitted.
 
:A text parameter that can not be omitted.
 
:The input user ID code (2 character ID) whose details you require.
 
:The input user ID code (2 character ID) whose details you require.
;type
+
;N/D/I/C
 
:A text parameter that can be omitted (it defaults to "N").
 
:A text parameter that can be omitted (it defaults to "N").
 
:;N
 
:;N

Latest revision as of 06:43, 15 February 2018

Syntax

$USER{user, N/D/I/C}

Description

Return user details relating to a given user.

Parameters

user
A text parameter that can not be omitted.
The input user ID code (2 character ID) whose details you require.
N/D/I/C
A text parameter that can be omitted (it defaults to "N").
N
Return the short eight character user name.
D
Return the long 30 character user description.
I
Return the unique two character user id. stored on file.
C
Return the three character user code used for display.

Returns

A text value. The user details.

See also

$AUDIT_USER.