Deploying Action button

I have created an action button to extract attachments from email…How do I deploy it to user’s mailbox…please give detailed instructions as Iam new to Lotus notes

Subject: Deploying Action button

you must put your action in the master template of mail users.example in domino 6, it’s on template mail6.ntf

Subject: RE: Deploying Action button

Iam sorry,could you please tell me where I would find that…

Subject: Deploying Action button

You can open the mail6.ntf in lotus designer, add the action button to the view.

if you are done with coding the button type following in the console:

“load design” this will execute the update to all databases with the mail*.ntf as a master template.

Be carefull with this and first read the help page for this.

Subject: RE: Deploying Action button

Thanks a lot for your response…will do that

Subject: RE: Deploying Action button

Every piece of application code in Lotus Notes has a digital signature, stating who created (or last modified) it. As soon as you add your action to a view, this view looses its original digital signature and will be signed with your name.

This is of course intended to prevent unauthorized code from being executed. Every client maintains an Execution Control List, which might be under centralized control. So, whenever the digital signature of a piece of production code changes, this can potentially result in users being nagged by security alerts and/or code not being executed.

You should make yourself familiar with your organization’s code signing policy, before making ANY modification to the production mail template.