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
We have the following need : uploading several hundreds documents related to parts, which are updates of existing documents. Is there a way to use a standard loader ?
Thanks
Solved! Go to Solution.
If you leave version and iteration tags empty and the document exist in windchill LoadFromFile will create new document iteration (if exist 4.2 -> new is 4.3). Of course you need to know existing document number.. And if the document is new LoadFromFile will create new document which version is 1.1.
Hi @L.Leprince
Do the WTDocuments exist in a Windchill ?
If not you can use a LoadFromFile function from a windchill shell where the input is in xml format.
This loader is not userfriendly but it is possible to use it.
You can find more information in the article cs355118
very useful is a csvmapfile.txt in <wthome>\loadFiles\csvmapfile.txt
The file contains general methods what can be converted from csv to xml for loading and contains all parameters that should be defined as a input..
PetrH
Hi @HelesicPetr ,
The WTDocuments already exist in Windchill.
Sometimes, we receive many documents which are identified as updates.
Can I still use the LoadFromFile loader ?
Thanks for your reply !
If you leave version and iteration tags empty and the document exist in windchill LoadFromFile will create new document iteration (if exist 4.2 -> new is 4.3). Of course you need to know existing document number.. And if the document is new LoadFromFile will create new document which version is 1.1.
And yes you can link existing documents to the parts via LoadFromFile.