How to restrict type from dropdown (or TypePicker ) when creating new document?
Hello Everyone,
I am trying to restrict some softtype from dropdown list when creating new documents.
Can you please tell me how to restrict the types?
FYR :
1. File Name : createDocumentSetTypeAndAttributesWizStep.jsp
<jca:configureTypePicker>
<p:pickerParam name="filterType" value="wt.doc.WTDocument|com.ptc.InterferenceDetectionDefinition"/>
</jca:configureTypePicker>
above line will work for OOTB document type and won't show "Interference Detection Definition" document type in dropdown list.
but won't for custom type as like below example :
<jca:configureTypePicker>
<p:pickerParam name="filterType" value="wt.doc.WTDocument|com.ptc.InterferenceDetectionDefinition"/>
<p:pickerParam name="filterType" value="wt.doc.WTDocument|ext.test.softType|ext.test.softTypeTest"/>
</jca:configureTypePicker>
If someone knows please share how to achieve this?
Thanks.
