Hi,

   How can I use OR in second level attributes ? (attributes thatīre in a aggregate Class of a aggregate Class of main Class)

when

$trigger : ArrayList( size >= 1 )
     from collect( PromotionShoppingCartLine( productItem.sku == "1" || productItem.sku == "2" ) from $promotionShoppingCart.promotionShoppingCartLines )


then
.
.


I canīt use "productItem.sku" (sku attribute inside productItem attribute thatīs inside PromotionShoppingCartLine class) if Iīm using the || (OR), but if I use && (AND) all works fine.


   thanks in advance,

   Sergio Stateri Jr.
   stateri@gmail.com



--
Sergio Stateri Jr.
stateri@gmail.com