Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I have a client that would like to create a specific subtype of the Promotion request in Windchill PDMLink10.2. They want this Custom Promotion Request Subtype to only be available from a specific Library.
I understand that subtypes are controlled at either the site or the org level and that the ENTIRE org will gain the subtype. This means that if I create the Custom Promotion Request Subtype at the Org level it will be available to all Libraries and Products in that org, not just the single Library we are concerned with.
Anybody have a workaround or solution to only make this subtype available for the single Library we are targeting? (the dropdown list for New Promotion Request should show not only this Custom Promotion Request but also the OOTB Promotion Request)
-Ryan
Solved! Go to Solution.
One approach:
- At Org level, create an OIR for the sub type that specifies a non-existant lifecycle template. This keeps it from being created anywhere.
- In the Product/Library context where you want to allow it, create another OIR for the sub type that specifies the desired lifecycle template.
- If it makes sense, in the Product/Library, create another OIR for the parent type that specifies a non-existant lifecycle template; this will allow only the desired sub type to be created in the Product/Library.
One approach:
- At Org level, create an OIR for the sub type that specifies a non-existant lifecycle template. This keeps it from being created anywhere.
- In the Product/Library context where you want to allow it, create another OIR for the sub type that specifies the desired lifecycle template.
- If it makes sense, in the Product/Library, create another OIR for the parent type that specifies a non-existant lifecycle template; this will allow only the desired sub type to be created in the Product/Library.
Thanks Mike.
This was exactly the behavior I was looking for.
Cheers,
-Ryan