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)
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)
When I am not completely off here then this label is controlled by the display pattern of the table Person. You can configure this pattern in the Designer. But be aware, that this is a OneIM global setting.
Hi Markus, Im still looking for this pattern in the Designer. I'll be grateful for any help
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
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
Hi Markus, thank you for your help.
I created custom script for field InternalName in table Person in Designer and then recalculate templates from Object Browser.