ADSAccount - Display DistinguishedName field on Master data form in Manager

Hello experts.

My issue is that our customer would like to display DistinguishedName field value in the Master data of ADSAccount form in Manager tool (it does not matter on which tab).

I navigated to master data form of ADSAccount in Designer and did not find anything which would help with this configuration on the form.

I've also tried to set Sort order values on field DistingusihedName in One Identity Manager schema, however I did not manage to display it on either of the tabs available in Manager application.

Did anyone else have this kind of request and managed to successfully implement it?

  • Just wanted to post that i did a workaround for this matter:

    I created a custom field CCC_DistingusihedName and set a template to read value from field DistinguishedName (ofcourse i also set the overwrites checkbox to true) and I set the field property to read-only (values in the field can not be modified by any user).
    After that i executed the method on table DialogColumn - Execute templates for the new field ADSAccount - CCC_DistinguishedName.

    The field is now displayed on Master data under Custom tab.