Default Team Template Example using the TeamTemplateAttributeAlgorithm
The following example show the out-of-the-box XML that sets the default team template to Default for a document.
This example is formatted to fit the page. Always enter each tag on one line:
<AttributeValues objType="wt.doc.WTDocument">
<!-- set the team template -->
<AttrValue id="teamTemplate.id" algorithm=
"com.ptc.core.foundation.team.server.impl.TeamTemplateAttributeAlgorithm">
<Arg>Default</Arg>
</AttrValue>
</AttributeValues>
Was this helpful?