Monday Mailbag
Need a way to strip the “ShortName” field during name mapping with the Connector?
Question Details:
Customer has multiple value Shortname in Notes/Domino.
Need syntax that works to use only the first entry of the ShortName
Example:
ShortName: user@domain.com
User Full Name
User Abbreviated Name
In Exchange this will be mapped to the alias = user@domain.comUsernameUser
Answer:
In the “mapnotes.tbl” change the Alias line to
Alias = strip( ShortName, “;”, “L”, “R” )
Restart the Lotus Notes Connector and then force a Directory Sync refresh.
**
Can MOM monitor the Lotus Notes connector?
Information on how this can be configured is in the latest mail and directory guide published earlier this month.
- Lou