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

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

Windchill API to iterate

NP_10570407
9-Granite

Windchill API to iterate

Hi,

I have to create a new epmdocument or new wtdocument with following versions in sequence using API code.

object1.asm - M.1, M.3,M.9

My ask is, after creation of M.1, how can i create M.3 with out M.2. 

If i do check-out & check-in (through code), it will create M.2 which i dont want.

Please help me. Thanks in advance.

5 REPLIES 5

Hi @NP_10570407 

Why do you want to keep an iteration history? I don't see any good reason for it.

 

System is not designed to jump over iterations so keep the system behavior. Create all iterations or create the last one. 

 

PetrH

This is a possibility in Data Migration scenarios.

Why don’t you explain in detail what you are trying to do rather than just saying to want to skip an iteration number.

I’m sure it’s doable, most things are. 

You can checkout twice 🙂 if your use case is that simple !

 

I agree with @HelesicPetr that cannot skip or jump the next iteration, from UI functionalities, let alone from code, isn’t it ? Which is different with revisions.

Instead of creating M.1, you can directly create to M.3, if you are loading data with specific version and iteration, that's doable

Top Tags