With a little more trial and error, I found a formula agent that does work:
olddom := @Right(MailAddress; "@");
SELECT @LowerCase(olddom) = "old_domain.com";
local := @Left(MailAddress; "@");
newdom := "@new_domain.com";
FIELD MailAddress := local + newdom
Pascal, thanks
Pascal.
Thanks for your reply. I had not known about agents, and was successull in changing one field by sort of trial and error.
I was able to use the "simple agent" to highlight multiple addresses and change the "business, Company".
I was not able to use your formula script to change the...
I hope the experts here have a solution to what seems like a feature that should be built in to Lotus Notes.
First off we use Lotus notes 6.5
I need the easiest, automated way to find and replace names in my address book caused by customer changing their mail domain.
Specifically, when...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.