I need this urgent so bear with me.
I created a template by using the method found on the Domino Help file.
The file is save as MyTemplate.ntf, which the Design properties is get to “Database Files is a Master Template, Template Name: MyGateway”
Initially I decide to deploy this customised template by copy the .ntf file to the Domino server, assign appropriate ACL, and to use this template, I created a special toolbar shortcut on each client’s Lotus Notes with this command “@Command([compose]; “servername”:“MyTemplate.ntf”;“Memo”)”. It worked perfectly apart from one problem.
The problem with this method is that the template owner is set to myself, which is the developer of this template. The user configuration; “This Mail File Belongs To:” is me (Administrator/OU). Whenever a user try to use the template to send out mail…etc, it shows the task is done by them on my behalf. I found out the reason behind this is because of the template is owned by me, not the users.
Now this isnt helping at all because the users cant do anything with their own username.
I digged the help file deeper and the only way to distribute the template is by making MyTemplate.ntf as master template and change the mail6.ntf standard template to inherit MyTemplate.ntf by changing mail6.ntf design properties to inherit from master template MyGateway.
I run ‘load design’ from Domino console and it works like a charm. This brought another issue. What if the current users is using a non standard mail template? Would I still be able to deploy my template on top of their current one without messing their own template.
Everything should be fine if the users is using the standard mail template.
I would very much appreciate if anyone could share their point, especially those Notes developer.
I am no Notes developer(but typical windows) and I am learning along the way but I need this real soon. So please help me.