let's say i have a sales order with 5 lines.
And let's say i have a list in my custom service that contains 3 of those lines.
i need to determine that there are two extra lines in the order and delete them, how to do that?
So i want sth like this:
While select salesLine where salesLine.SalesId = _salesId && salesLine.RecId != 'Any of the recIds in the list'