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
0 answers

HI, Does anyone know the value to change the friendly name ofCustomAttributeTextMultiValue1 as it is not a Active Directory attribute? E.g. the below has ... ;/ldapName&gt; &lt;friendlyName&gt;NEW NAME&lt;/friendlyName&gt; &lt;/friendlyNameItem&gt; Thank you!

asked Jan 9, 2017 by Arrow (20 points)
0 votes
1 answer

I created an entry in the AttributeFriendlyNames2.eng.xml file, but the real name still shows instead of the friendly name in both the Web Console ... ;/ldapName&gt; &lt;friendlyName&gt;FAX Coversheet&lt;/friendlyName&gt; &lt;/friendlyNameItem&gt; Any ideas?

asked Jan 5, 2017 by Kikaida (1.1k points)
3,346 questions
3,047 answers
7,782 comments
544,991 users