Home > Contents > Index >
CCUSER.GETDISPLAYABLENAME
This tag is used to retrieve the name of the current user that is used for display.
Syntax
<CCUSER.GETDISPLAYABLENAME NAME="user name" VARNAME="variable name" />Parameters
NAME (required)
- Object name of the current user that is created/loaded.
VARNAME (required)
- Name of the output variable to create.
Example
<!-- For each user get the id of the user using CCUSER.ID --> <USERMANAGER.GETUSER USER="1167817871601" OBJVARNAME="usrObj" />
<CCUSER.GETDISPLAYABLENAME NAME="usrObj" VARNAME="DisplayName"/> <BR/> DISPLAYABLENAME: <CSVAR NAME="Variables.DisplayName"/>
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.