Change person lable in My profile on Web portal

Hi, how to change person lable in overview (My profile)  - delete Title name, in web designer

Now its looks like - SecondName, Title Firstname (CentralAccount)

I need - SecondName Firstname (CentralAccount)

Parents Reply
  • In Designer go to One Identity Manager Schema\Tables

    In the list select Person

    In the Tasks select Show table definition

    You see the display pattern defined as "%InternalName% (%CentralAccount%)"

    The internalname is build by a value calculation template as "Value = VI_BuildInternalName($Firstname$, $Lastname$, $Title$, $NameAddOn$, $MiddleName$)"

    Option 1: Change the display pattern

    Option 2: Change the value template for InternalName and recalculate the templates for the table Person

Children