When we deliver an order, i know we could choose All to deliver all lines, or we could choose Deliver now to deliver lines that have this field filled..etc
Now what If I want to pick the lines that I want to deliver by code?
i mean let's say I want to deliver only lines that have my custom flag as true
While select salesLine where salesLine.SalesId ==_salesId && salesLine.CustomFlag == NoYes::Yes