Home > Contents > Index >
CCUSER.GETNAME
Gets the user name that is displayed on the screen for the user.
Syntax
<CCUSER.GETNAME 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 name of the user if you know the id of that user using CCUSER.GETNAME --> <USERMANAGER.GETUSER USER="1024340678794" OBJVARNAME="usrObj" /> <CCUSER.GETNAME NAME="usrObj" VARNAME="uname"/> <BR/> CCUSER.GETNAME: <CSVAR NAME="User ID: Variables.uname"/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.