Skip to main content
16-Pearl
June 20, 2023
Question

How to create a queue through load from file?

  • June 20, 2023
  • 2 replies
  • 1174 views

I was wondering if there is any load file available to load custom queue

 

2 replies

Fadel
23-Emerald I
June 21, 2023

No this is not possible using data load , see https://www.ptc.com/en/support/article/CS306576 

Buiꓘa
18-Opal
June 21, 2023

You could certainly create custom queues by writing a Java class to do it that uses the Windchill APIs,

That should be no problem to get done.

 

HelesicPetr
22-Sapphire II
22-Sapphire II
June 21, 2023

Hi @TDT 

as @d_graham mentioned 

if you use custom Queue you definitely use own custom code.

So just create the queue in your function before you add a entry to a queue. 

If the queue exists add entry, else create queue. 

 

PetrH