Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I need to configure OIR for change activity to have two lifecycle templates based on the value of an attribute.
the attribute is <Attr id="change_owningChangeItem"/> and it's value can either be "Change Implementation - xxxxxx" or "Change Notice - xxxxxxx" where xxxxx number is generated by system.
if the value is "Change Implementation - xxxxxx" then LC needs to be "Change Implementation LC"
if the value is "Change Notice - xxxxxxx" then LC needs to be "PLM Change Notice LC"
Solved! Go to Solution.
Hi @LT_10104055
Here is an example how to crate OIR rule with conditions where are used equaltest and substring
this article describes how to set folder destination but it can also be used for lifecycle template.
This can help you to achieve what you need.
generally if first 21 chars are "Change Implementation" use LC A otherwise LC X
PetrH
Yes, but for this requirement I am unable to create one
Hi @LT_10104055
Here is an example how to crate OIR rule with conditions where are used equaltest and substring
this article describes how to set folder destination but it can also be used for lifecycle template.
This can help you to achieve what you need.
generally if first 21 chars are "Change Implementation" use LC A otherwise LC X
PetrH
Thank you, it worked