Change PAB SMTP address in lowercase

Hello!

As Domino administrator, I have to change all the SMTP fields into my Public Address Book in lowercase. The field dedicated is called “InternetAddress”. I am not a designer into Lotus, but can someone help me to create a small formula in order to change those (11600 entries) ?

Many thanks for your help.

William.

Subject: formula

here its the formula you would use, in an agent:

Field InternetAddress := @lowercase(InternetAddress)

Subject: re : formula

Many thanks Debbie,

It works !

Regards,

William.