Priority product out from buffer

Hello,

I have two batches of 5 products (5 of ProductA & 5 of ProductB) going in to a buffer and want to prioritize Product B to go out from the buffer first adn only if there is no ProductB the ProductA will go out.

Is this posible?
Thanks,

// Olle

I don’t think that the standard PM statements or eCat components have such functionality, but it would be possible to implement with Python scripting as product feeds can be created with such logic or any other.

In the VC 4.6 eCat there is a component called “Floorspace Buffer” which has custom scripted buffer implementation. That could be a good starting point.