ROUTING EACH PRODUCTS TO A ROW OF SERVERS

All topics specific to modeling questions in Enterprise Dynamics
slimmdree
Posts: 13
Joined: Wednesday 29 February, 2012 - 13:55
Contact:

Re: ROUTING EACH PRODUCTS TO A ROW OF SERVERS

Post by slimmdree »

Thanks MarvinH, but it still doesnt work. I dont know if the problem is with the Queue 136.

Regards
Ibukun
MarvinH
Posts: 93
Joined: Tuesday 25 January, 2011 - 11:07
Contact:

Re: ROUTING EACH PRODUCTS TO A ROW OF SERVERS

Post by MarvinH »

Hello,

The code you put on the EntryTrigger of the Queue136 was not correct. Try to put the following code on the EntryTrigger:

Code: Select all

Label([Type], i) := Label([Type], Last(i))
Regards,

Marvin
slimmdree
Posts: 13
Joined: Wednesday 29 February, 2012 - 13:55
Contact:

Re: ROUTING EACH PRODUCTS TO A ROW OF SERVERS

Post by slimmdree »

HELLO,

Thank you very much MarvinH, its working perfectly fine. I really do appreciate all the help you given me. the working model is attached.

Regards
Ibukun
Attachments
CylinderBlock5.mod
(319.46 KiB) Downloaded 351 times
Post Reply