Does anyone else know about this? I'm looking at an Interwoven Education manual (TeamSite 6.5 FormsPublisher Development, p.59) that states "<allowed> can optionally be used in a data-type or template element, to control access based on a user's role and/or username". So it sounds like you should be able to restrict access to PTs but I haven't had any luck yet.
<data-type name='careers'> <allowed ...> <presentation> <template name='jobDesc.tpl' extension='html'> <allowed ....>
I want two presentation templates available for the one data capture type but have one of the PTs available to everyone and restrict access to the the other PT to only specific people.I'm referring to using the <allowed> tag in templating.cfg to control access to data-types and templates, not within a DCT. It works fine for data-types, but when you try and restrict access to a presentation template, those restrictions will apply to the whole data type instead of just the PT.The example given in the manual is: <data-type name='careers'> <allowed ...> <presentation> <template name='jobDesc.tpl' extension='html'> <allowed ....>