Home > Contents > Index >
CCUSER.GETEMAIL
Gets the e-mail address for the user.
Syntax
<CCUSER.GETEMAIL NAME="user name" VARNAME="variable name" />Parameters
NAME (required)
- Name of the user.
VARNAME (required)
- Name of the output variable to create.
Example
<!-- Get the email for the userobject --> <CCUSER.GETEMAIL NAME="u" VARNAME="emailOutput1"/> <IF COND="IsVariable.emailOutput1=true"> <THEN> <BR/> CCUSER.GETEMAIL <CSVAR NAME="Variables.emailOutput1"/><BR/> </THEN> <ELSE> <BR/> CCUSER.GETEMAIL: Variable not set!! <BR/><BR/> </ELSE> </IF> <BR/>
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.