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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Windchill API to iterate

NP_10570407
8-Gravel

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.

3 REPLIES 3

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. 

Top Tags