Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Version: Windchill 12.1
Use Case: For one context, the users do not need to see a few document sub-types or a change type. Hide that option from just that one context.
Description:
I have solved this before with an OIR for that object that calls out a none existing Lifecycle. It has worked but now for some reason, It does not. Granted, I do not understand HTML so perhaps I have this formatted incorrectly.
<!-- set the lifecycle -->
<AttrValue id="lifeCycle.id" algorithm="com.ptc.core.foundation.lifecycle.server.impl.LifeCycleTemplateAttributeAlgorithm">
<Arg>nope</Arg>
</AttrValue>
</AttributeValues>
Which menu specifically? Screen shot?
Lets say that in this context the users would never create a document with sub-type "Agenda" then what I had done before was create a local OIR that named a nonexistent lifecycle and it would remove "Agenda" from this pick list.
Well, it worked that time.
