question

Paúl Alejandro R avatar image
0 Likes"
Paúl Alejandro R asked Jason Lightfoot commented

Problem with Job shop model

job-shop-example.fsmI am working with a List Job Shop model, and it works pretty good, but I can not understand why some items which have in their job list the step M do not go through this step before go to step Finish.

Please, any explanation is welcome

Choose One
listsrouting logic
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot commented

You've used "type" with a lower 't' in the field for "step" in the list, while it should be an uppercase. But this isn't the only problem as you're using a numeric with gettablestr() it would then be looking for column 2747 etc.. If you want a single line for the field that does what you want, try:

  1. gettablestr("Steps", value.stepRow, getrank(node(numtostring(value.Type),first(reftable("Steps")))))
· 6
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.