0 votes

We have assigned ms-Exch-Extension-Attribute-1 as a custom field to identify the credentials of our employees (we're a medical facility). Currently, the field appears on our portal(s) as ms-Exch-Extension-Attribute-1 alongside the textbox where the credential information is entered. Is there a way to change this fieldname/label to "Credential(s)" - (Without the quotes or the question mark) - to make it easier for everyone to understand?

by (90 points)

1 Answer

0 votes
by (18.0k points)

Update 2018

Starting with Adaxes 2018, you can customize property display names in Adaxes Administration console. For details, have a look at the following help article: https://www.adaxes.com/help/CustomizePropertyDisplayNames.

Original

Hello Mark,

Yes, it is possible. Have a look at Customizing Display Names for AD Properties.

The LDAP name of the ms-Exch-Extension-Attribute-1 property is extensionAttribute1. So, you'll need to add the following XML to the file:

    <friendlyNameItem>
      <ldapName>extensionAttribute1</ldapName>
      <friendlyName>Credential(s)</friendlyName>
    </friendlyNameItem>

Related questions

0 votes
1 answer

Hi, I have tried to rename a Boolean attribute as below: -&lt;friendlyNameItem&gt; &lt;ldapName&gt; adm-CustomAttributeBoolean1&lt;/ldapName&gt; &lt;friendlyName&gt;Is A Contractor&lt; ... as the ldap name after iis restart etc. Would appreciate any help.

asked Mar 3, 2015 by bistromath (840 points)
0 votes
1 answer

Hello, https://www.adaxes.com/info_whats-new.htm mentions that "Values for various attributes, such as msExchRecipientTypeDetails, msExchRecipientDisplayType and ExchRemoteRecipientType, are ... ? Can it be due to 2017 config used on 2018 Adaxes?

asked Sep 5, 2018 by DLe (760 points)
0 votes
1 answer

Is there a way to edit the names of custom fields in forms? For example, I want to create a new field but my only option is use the name Extension Attribute 12. ... rename them within Adaxes so our help desk staff don't get confused when creating profiles.

asked Nov 20, 2018 by john.morrow (270 points)
0 votes
1 answer

I would like to add the following logic into a Powershell script that will be triggered on 'After Create User'. Read the value of the 'title' property of the user just created ... 'True' or 'False'. Could you assist with how to script this please? Many thanks.

asked May 1, 2020 by Bernie (310 points)
+1 vote
1 answer

Hello, i have a simple question, i have created a custom form (displayed on action panel on home page), can translate a custom form on based UI Texts language ? i didn't found attribute of custom action on the list. Thank you.

asked Mar 30, 2020 by Hoka (60 points)
3,222 questions
2,924 answers
7,488 comments
533,023 users