Skip to main content

Part numbers are appearing in the Sales Order Call Off window when no Sales Order is selected

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?

B
Written by Bogdan Branetiu
Updated this week

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 = ''
Did this answer your question?