Run the following script to remove the part numbers which are not linked to a sales order.
Begin tran Delete from SOCALL Where Part_Number = 'x' and Sales_Order_No = ''
We have part numbers appearing in the sales order call off window when first opening the Sales Order Maintenance window. They are appearing before we search in the Quickbar, how can we remove these?
Run the following script to remove the part numbers which are not linked to a sales order.
Begin tran Delete from SOCALL Where Part_Number = 'x' and Sales_Order_No = ''