Oracle Waveset 8.1.1 Business Administrator's Guide

Customizing Administrator Name Display in the Administrator Interface

You can display an Waveset administrator by attribute (such as email or fullname) rather than by accountId in some Waveset Administrator interface pages and areas.

For example, you can display Waveset administrators by attribute in the following areas:

To configure Waveset to use a display name, add to the UserUIConfig object:

<AdminDisplayAttribute>
  <String>attribute_name</String>
</AdminDisplayAttribute>

For example, to use the email attribute as the display name, add the following attribute name to UserUIconfig:

<AdminDisplayAttribute>
  <String>email</String>
</AdminDisplayAttribute>