How to Attach OIR to Product Container Template loader.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to Attach OIR to Product Container Template loader.
Version: Windchill 12.0
Use Case: Product Container created using product container template should have default functionality of saving WT Parts and WT documents in specific folder and it show in creation page "Auto select Location" value. other product containers which are created using different template have the auto save location is /default for parts and documents. above can be achieved by OIR, but it can be loaded on newly created container every time after creation of product from template. instead of doing this, is there any process to attach OIR to template. whenever any new product created using this template should get the OIR.
Description:
Product Container created using product container template should have default functionality of saving WT Parts and WT documents in specific folder and it show in creation page "Auto select Location" value.
above can be achieved by OIR, but it can be loaded on newly created container every time after creation of product from template. instead of doing this, is there any process to attach OIR to template. whenever any new product created using this template should get the OIR.
need loader xml for creating product template with OIR. I have OIR xml and product Container template xml. which tags help to attach OIR rule in container template xml.
Solved! Go to Solution.
- Labels:
-
Bus_System Administration
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Definitely doable OOTB.
If you download a Product template and open the downloaded zip file you will see an xml file.
If you open the xml and scroll to the bottom you will see the following:
The spelled templates wrong. Oh. well.
<!-- ****************************************************************** -->
<!-- Additional items that can be loaded are lifecycle templates, -->
<!-- workflow templats, and object initialization rules. The base -->
<!-- location for these files is <Windchill path>/loadXMLFiles. -->
<!-- ****************************************************************** -->
<!-- Ex: <loadXMLFile>rules/doucment_init_rule.xml</loadXMLFile> -->
<!-- Ex: <loadXMLFile>lifecycles/part_lifecycle.xml</loadXMLFile> -->
<!-- ****************************************************************** -->
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Akash.S_121,
Thank you for your question.
Your post appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.
Also, feel free to add any additional information you think might be relevant. It sometimes helps to have screenshots to better understand what you are trying to do.
Regards,
Vivek N
Community Moderation Team.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Definitely doable OOTB.
If you download a Product template and open the downloaded zip file you will see an xml file.
If you open the xml and scroll to the bottom you will see the following:
The spelled templates wrong. Oh. well.
<!-- ****************************************************************** -->
<!-- Additional items that can be loaded are lifecycle templates, -->
<!-- workflow templats, and object initialization rules. The base -->
<!-- location for these files is <Windchill path>/loadXMLFiles. -->
<!-- ****************************************************************** -->
<!-- Ex: <loadXMLFile>rules/doucment_init_rule.xml</loadXMLFile> -->
<!-- Ex: <loadXMLFile>lifecycles/part_lifecycle.xml</loadXMLFile> -->
<!-- ****************************************************************** -->
