cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

OIR Configuration to have multiple Life cycle templates

LT_10104055
11-Garnet

OIR Configuration to have multiple Life cycle templates

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"

 

 

 

 

 

ACCEPTED SOLUTION

Accepted Solutions

Hi @LT_10104055 

 

Here is an example how to crate OIR rule with conditions where are used equaltest and substring

CS20322

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

View solution in original post

4 REPLIES 4

Hi @LT_10104055 

Do you know how to crate OIR rule conditions?

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

CS20322

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

Announcements


Top Tags