
I greatly appreciate the help here and it sounds like I am in way over my head! ![]()
If you could send me the contact that you have, that would be great!
Thank you!
I must confess I have not tried this with the Kinetic UI - however, in classic MES when i tried to embed a Tab in the Barcode ie. JobNum-Tab-ASM-Tab-OperSeq there was a timing issue. The Jobnum was taking a long time to return and by the time the job populated the ASM and Operation Seq strings were lost.
DaveO
@Chris_Conn,
I like the concept of using different delimiters! Thanks for the idea on that!
I’m not well versed in Classic… but in App Studio, when i do stuff like this, I make an event chain where each step starts “On Success” of the preceding step.
So, it will perform a rest call to return the JobNum… on success (data is successfully returned)… it will perform the next rest call for AssemblySeq… on success… it will perform the next rest call for OpSeq, etc.
This seems to work to force it to wait for each step to complete successfully before starting the next.