Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Shipped
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Mar 9, 2021

Unable to get agent alias.

Unable to get agent alias.

The NotesAgent class does not have an Alias property, so it is not possible to get an alias.

Please make it possible to get it.

  • Attach files
  • Admin
    Thomas Hampel
    Reply
    |
    Mar 15, 2021

    Closing this idea as 'already exists'.

  • Guest
    Reply
    |
    Mar 11, 2021

    thanks you.


    FWIW, you can access the alias of an agent by calling StrRightBack("|" + agent.Name, "|")

    I did not know that. It was very helpful.

  • Guest
    Reply
    |
    Mar 9, 2021

    I agree with you that an Alias property would be nice to have.

    FWIW, you can access the alias of an agent by calling StrRightBack("|" + agent.Name, "|")