Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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
Solved! Go to Solution.
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,
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.
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,
Thanks for your response,