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

How can we add Iteration note for WTpart using loadfromfile utility

akshay_r
2-Guest

How can we add Iteration note for WTpart using loadfromfile utility

Version: Windchill 12.1

 

Use Case: To add various comments that are used for the modifying the PArts


Description:

unable to create Iteration comments using XML loadfromfile

1 ACCEPTED SOLUTION

Accepted Solutions
d_graham
17-Peridot
(To:akshay_r)

If you really need an iteration note, a note can be added post loadFromFile either via a direct dB edit or it is also possible to add a note using a Java class that uses OOTB Windchill APIs.  And yes, this note can be added without iterating the object,

View solution in original post

6 REPLIES 6
HelesicPetr
22-Sapphire I
(To:akshay_r)

Hi @akshay_r 

Unfortunately the loadfromfile utility does not support the iteration comment

 

Following list is all what you can define based on csvtoxml.txt file for WTPart

BeginWTPart~create~wt.part.LoadPart.beginCreateWTPart~user~partName~partNumber~type~genericType~collapsible~logicbasePath~source~folder~lifecycle~view~variation1~variation2~teamTemplate~lifecyclestate~typedef~version~iteration~enditem~traceCode~organizationName~organizationID~securityLabels~createTimestamp~modifyTimestamp~minRequired~maxAllowed~defaultUnit~serviceable~servicekit~authoringLanguage
EndWTPart~create~wt.part.LoadPart.endCreateWTPart~parentContainerPath

 

Plus IBA attributes 

 

PetrH

Thanks for your Response, 

Hello @AR_10592119,

 

It looks like you have a response from a community member. If it helped you solve your question please mark the reply as the Accepted Solution. 

Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.

Thanks,
Community Moderation Team.

d_graham
17-Peridot
(To:akshay_r)

If you really need an iteration note, a note can be added post loadFromFile either via a direct dB edit or it is also possible to add a note using a Java class that uses OOTB Windchill APIs.  And yes, this note can be added without iterating the object,

HelesicPetr
22-Sapphire I
(To:d_graham)

Yes, Agree with @d_graham 

It is possible to edit the iteration note by a customization

PetrH

Thanks for your response, 

Top Tags