How to: View Template for multiple views Evelyn Scanlan 20.Apr.04 04:58 AM a Web browser Domino Designer All ReleasesAll Platforms
You can have $$ViewTemplates for multiple views by giving all the related views the same alias. It must be the last alias for this to work. So you can give each view a unique alias, for accessing in the code, but also give it a view alias. ie View name1 = managers\by Name | mgrname | manager. View name 2 = managers\by Date |mgrdate | manager.
$$ViewTemplate for manager will then work on all the views with the alias of manager.