Hi all, is it possible to remove a line item from a sales order using a beforesubmit user event script when creating a record and the context is csv import? I have a script that works when a sales order is created through the UI, but when running a csv import (which is the context I really need this for) the line item remains. Logs show the script has executed and nlapiGetLineItemCount returns a lower count at the end of execution than the start but when I go and load the record the “removed” line item is still there.