I’m looking to create a view in our Name.nsf that would show the user and the template that their mailfile is using. Can anyone tell me if it’s possible to get the template name into the view? If it is, could you tell me how?
Thanks
I’m looking to create a view in our Name.nsf that would show the user and the template that their mailfile is using. Can anyone tell me if it’s possible to get the template name into the view? If it is, could you tell me how?
Thanks
Subject: it’s possible but …
you’d need to write an agent to loop through all person docs, open the mail file assoc. with that person and grab the template name property of the mail file and write it to a field in the person document. Then you can create your view. However, you already have this info in the admin client’s Files view and you can also get this from the catalog.nsf which gets this info nightly when the catalog task runs on each server.
Subject: Thank you for the quick reply Paul…
Thank you for the very quick reply Paul. It’s greatly appreciated. The only reason why I was looking to do this is to print it out. I know that I can find it in the File’s View. I never thought about the catalog though.
Thank you again.
Subject: See if this code will help you…