Jump to content

Recommended Posts

Posted

I want to assign a state variable to the batch members of a parent entity, is this possible? 

the reason for this: I have 2 types of entities (passengers and bags), they separate, then go through different processes and then are combined again. but since the passenger entities have to be combined with "their own" bags, a state (or something else) should be assigned which can be referenced as "match expression" in the combiner.

is this the right way of modeling this type of process? or should i do this another way?

 

Posted

Thank you for your help, though this does not work for my model. The amount of (member)entities that are batched differs (since the amount of bags that a passenger carries with them differs), i am able to make sure the parent entity "knows" how many bags they should batch with at the combiner, but i can only get 1 right member entity to batch. so what i would like to do is give all member entities that "belong to a passenger" a state which is the same as a state for the parent entity (passenger), so this can be used as "match expression".

Posted

If the parent entity knows how many bags belongs to they, you could set this expression in combiner's Batch Quantity property, something like my new attached model.

Then you set the bag and passager IDs in the Ranking Rule property. 

Match Quantity.spfx

×
×
  • Create New...