Dispatch templates

Hi,

Is there an alternative to setting $sys.template in a dispatch template which would allow the template to be specified by its ID, rather than its name? This would allow us to avoid hardcoding the template names, and thus prevent problems if we ever rename any of our templates.

Thanks,

Andrew.

the $sys.template binding will accept either the name or the id.

However, if you move the template to a different server, it’s likely to have a different id.

In addition to names, templates also have labels. If you want to change something, change the label.

Dave