I’d like to give a little background to my question: I’ve four (4) datatables and having 4 queue items. Each queue item has (customer, PO, StoreId) fields. I have two storeIds (1 and 2). In my process down the road, I have store addresses corresponding to the storeId that I need to select from the dropdown. But before that I must make a decision to determine the data coming from the queue.
If the incoming data (PO) belongs to StoreId 1, we have to go ahead and click on the storeId 1’s address from the shipping address dropdown.
If the incoming data (PO) belongs to StoreId 2, we have to go ahead and click on the shipping address dropdown and select the address of StoreId 2.
I need your help in establishing the logic (decision). FYI – I am using REFramework for my process.
Can you just add an extra bit of specific content in the “Add Queue Item” activity.
[/quote]
Could you elaborate your question in the above a little more? If you could, can you give me an example expression for that condition?
Just FYI - my plan is to use dispatcher integrated in performer.
In your ‘Add queue item’ activity update the ‘ItemInformation’ to include “StoreId”. You will need to use some logic to determine whether StoreId needs to be “1” or “2”
@Steven_McKeering Yes, I have done those. I am more interest in the expression (logic) in the if condition field to determine the PO that is coming from either StoreId 1 or 2. Thanks a lot!