USER DATA - User data ID (Reports & Settings Report Generator function)
From Catalyst
(Redirected from REF:rprgfuser data)
Syntax
$USER_DATA{user}
Description
Return a users extra information 'data ID'.
This function should be used in conjunction with the audit functions (see $AUDIT_DATE etc) to return an audit date.
$AUDIT_DATE{$USER_DATA{O01},M,T} returns the last modified date of the user of the current contact. |
Parameters
- user
- A text parameter that can not be omitted.
- The input user ID code (2 character ID) whose details you require.
Returns
A text value whose typical size is 8 characters.
See also
$AUDIT_DATE, $AUDIT_SITE, $AUDIT_TERM, $AUDIT_TIME, $AUDIT_PROG, $AUDIT_USER.