Hello,
I model a replenishment process, where empty "CUtotes" on "rack 15" are replenished by items (boxes) of types corresponding to the label "ItemsType" (Fig1). Empty "CUtotes" are selected by order; according to the "ItemsType" label that is equal to the label "Prior" (in "Query/Object/Array" of “Pull From List0” activity -see Fig 2). The label "Prior" values are assigned according to a custom code and written in the global table “CWDB” column 5.
The problem is: In "Query/Object/Array" of “Pull From List0” activity, the expression “WHERE CUtoteItemType = puller.Prior” doesn’t perform the described order because of “puller.Prior” that gives the “Prior” value of the token number “puller.Prior” (Exp: the first value corresponds to 1 wich is the label “Prior” value of the token 3 – because puller.Prior=3 ). So, in order to apply the described order, I must change “puller” with “token”. But, the new expression “WHERE CUtoteItemType = token.Prior” is invalid.
I can’t find the convenient expression in "Query/Object/Array" of “Pull From List0” activity that allows to perform the described order for “Cutotes” selection.
Please help me to fix this.
Regards.