Good morning! We have a scenario when an item fulfillment is created we pull package information from a custom record that is attached to the sales order. It's because of some intercompany sales order craziness and shipping good from US/Canada. Anyway, on create I have a before-submit user-event that triggers on create and looks to the sales order to grab the package data from a custom record. As well as mark the fulfillment shipped and add any shipping cost.
Well, NetSuite is adding a package they calculate on the ASUE. After my logic runs on the BSUE I log out the packageCount and then on a simple ASUE(just to log) I log out the package count. I would hate to have to remove that package NetSuite adds on the ASUE. Is there a way to do this on the BSUE?
Thank you!