question

Pinakin K avatar image
0 Likes"
Pinakin K asked Jon Abbott commented

Prioritize back order in resource activity

I want to prioritize the puller (Token), in the back order of the Resource activity based on the label of the token.

FlexSim 20.2.3
flexsim 20.2.3resourceprioritybackorder
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

Parker S avatar image
0 Likes"
Parker S answered Jon Abbott commented

@Pinakin K

Here are the settings you need:


Use DESC if higher numbers = higher priority.


1612301640744.png (22.1 KiB)
· 1
5 |100000

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

Jon Abbott avatar image Jon Abbott commented ·

I found that the solution above does not seem to work in newer versions of FlexSim. To make it work, I needed to open the List properties, add pullerPriority as a field, then use

ORDER BY pullerPriority DESC

in the Back Order Queue Strategy box instead.

0 Likes 0 ·