Skip to main content
12-Amethyst
April 16, 2024
Question

Windchill API to iterate

  • April 16, 2024
  • 3 replies
  • 1485 views

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

HelesicPetr
22-Sapphire II
22-Sapphire II
April 16, 2024

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

12-Amethyst
April 17, 2024

This is a possibility in Data Migration scenarios.

18-Opal
April 17, 2024

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. 

14-Alexandrite
May 18, 2024

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.

13-Aquamarine
May 20, 2024

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