Hi,
I am using a web address book using the below command.
@DbCommand(“Domino”; “LoadAddressListByName”; NABs; “EntryList”; “100”; “1”);
When I click on any entry which has a forwarding address, The return value of the selected entry from the entry list is the forwarding address instead of his name in notes format.
for ex :
xyz has following details in his person document.
Name : xyz/abc
forwarding address : xyz@123.com
If that seleced person has a forwarding address in his person document, return value is “xyz@123.com”
Insted when I click on a entry in the list,I just need the name of the selected person, like “xyz/abc”
Can any one help me on this.
Thank you