define a packout detail use sql exampleSELECT * FROM C_Order WHEN C_Order.C_Order_ID > 100000:C_Orderline
in case after or before C_Orderline has space (line break, tab,...) will build a wrong syntax sqlshould apply trim for table name for this case
define a packout detail use sql example
SELECT * FROM C_Order WHEN C_Order.C_Order_ID > 100000:C_Orderline
in case after or before C_Orderline has space (line break, tab,...) will build a wrong syntax sql
should apply trim for table name for this case