Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I Have Created Subtype as Try1
now i want to apply OIR to this sub-type only what objectType we should give in OIR@
sayed shaikh wrote:
I Have Created Subtype as Try1
now i want to apply OIR to this sub-type only what objectType we should give in OIR@
You specify the document type like this:
<AttributeValues objType="wt.doc.WTDocument|YourSubTypeInternalName">
.
.
.
</AttributeValues>
