Dears
I'm using Business Partner Determination to populate business partners on Change Documents in CHARM.
I was wondering if it's possible to determine multiple partners by combining access sequences. As far as I've seen, the system always goes through the access sequences in sequence order so as below:
Access sequence with nr 10
Access sequence with nr 20
Access sequence with nr 30
When a business partner is found, the system assign the business partner and it stops there so behavior looks like this:
Access sequence with nr 10 --> didn't find anything
Access sequence with nr 20 --> found a business partner according to access sequence
Access sequence with nr 30 --> not performed anymore because nr 20 found a business partner
The behavior I would like is the following:
Access sequence with nr 10 --> didn't find anything
Access sequence with nr 20 --> found a business partner according to access sequence 20
Access sequence with nr 30 --> found another business partner according to access sequence 30 so I'll add this also to the partner assignment
Does anyone know if this can be achieved without coding it in?
Best regards
Tom