This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to display ADSAccount.displayNamePrintable in Object browser

We are using D1IM Version 6.1.3. If we open the object browser and open an AD user account object in ADSAccount table, we can't see the value for that object in the attribute "displayNamePrintable". If we expand this attribute in the row "New" and "Old" is the following message written:

"Active Directory user accounts: Viewing permission denied for value "Simple display"."

How can I display the value of this attribute in the object browser without using SQL commands?

Thanks for all replies.

Parents
  • On ADSAccount in "Script (OnLoaded) [customer]" I have set the following line:

    base("displaynameprintable").Cansee=True

     

    Then I have commited and compiled the database. Reconnect with Object browser and reopen the useraccount with mailbox in adsdaccount.

    Result: CanSee in displaynameprintable is still "false" and the value is still hidden.

Reply
  • On ADSAccount in "Script (OnLoaded) [customer]" I have set the following line:

    base("displaynameprintable").Cansee=True

     

    Then I have commited and compiled the database. Reconnect with Object browser and reopen the useraccount with mailbox in adsdaccount.

    Result: CanSee in displaynameprintable is still "false" and the value is still hidden.

Children
No Data