• Using a template resource (From Design Center resource set option).
• Using a static file or HTTP reference (From URI option).
• Using a dynamic file or HTTP reference (Variable option).If you have created the template as a resource, you select From Design Center resource set and browse to and select the appropriate template resource.If the template is stored on a file system, web server or in a Content Management System (CMS), you select From URI and specify the URI to the template.$template="C:\templates\invoice.txt";switch ($countryCode){case "USA":$template = "C:\templates\invoiceUSA.txt";break;case "Canada":$template = "C:\templates\invoiceCanada.txt";break;case "UK":$template = "C:\templates\invoiceUK.txt";break;default:$template = "C:\templates\invoiceUK.txt"}
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |