Hi Team,
when i am taking the saleOrderLine.unit in classification rule it is troughing an error .
if(!product.salesUnit){« None »} else salesOrderLine.unit.name
please find the below image for more.
Hello,
You can directly get the attribute of the SaleOrderLine, so try something like that :
if(!product.salesUnit){« None »} else unit.name