I need to be able to apply a condition to the OrderShipment entity where shipmentId = parameters.shipmentId and then left join this conditioned view-entity to another view-entity.
I couldn't figure out how to do it with DynamicViewEntity.
I need to be able to apply a condition to the OrderShipment entity where shipmentId = parameters.shipmentId and then left join this conditioned view-entity to another view-entity.
I couldn't figure out how to do it with DynamicViewEntity.