Home > Contents > Index >
CCUSER.SETDISPLAYABLENAME
This tag is used to set the displayable name of current user .
Syntax
<CCUSER.SETDISPLAYABLENAME NAME="user name" VALUE="variable name" />Parameters
NAME (required)
- Object name of the current user that is created/loaded.
VALUE (required)
- Variable name that contains the new displayable name that has to be set for the current user.
Example
<!-- For each user get the id of the user using CCUSER.ID --> <USERMANAGER.GETUSER USER="1167817871601" OBJVARNAME="usrObj" />
<CCUSER.SETDISPLAYABLENAME NAME="usrObj" VALUE="Jorge Thomas"/>
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.