Replace Design Search

Here what I searching for:

I need to create two buttons so I can copy them into a email so users can select to replace the design of their mail’database and folders with the mail template in french or english (this is why two buttons)

I’m not a designer so I try to create a button for the hotspot menu but don’t know what to do after that.

Each users will need to select the french button or the english’one so their mail can be replace to the R6 template that they choose. (created in english or french)

I know that I can type “convert” on the console but I cannot know witch users want to have the french or english update so need something to let user decide (we offer both french and english version)

Can someone help me

Subject: Replace Design Search

You can examine DesignTemplateName property in the Designer help for an example which reads this property of the database. You could change that to a script to modify this property.

Alternately, you could write two sets of instructions (one english, one french) telling the user to do a file>database>replace design, change the server to (template server name) and choose either Mail(r6) or FrenchMail (R6) (or whatever the template names are).

Either way, the success of this will be dependent on the user having the appropriate access rights to replace template, so check your ACLs first.