How to refresh all local address book database with a template on domino server

I changed pernames.ntf template on domino server. And I want to refresh all the client-side address book databases(names.nsf).How could I achieve this?

Subject: Use the postOpen event…

You could use the postOpen event of the mailfile. On open, locate the template, locate the local names.nsf and do your replace via script

JYR