I've tried to hook into Inventory Adjustment beforeSubmit, but that doesn't seem to trigger. I've also tried to hook into Inventory Count beforeSubmit/afterSubmit, but they do not seem to trigger when pressing the approve button. My hope was that either after the inventory count approval was submitted (which automatically generates the inventory adjustment) to loop through the related links, and update each related link to set a value on the inventory adjustment records. Or, when the inventory adjustment record was created automatically by Netsuite with that approval, to see if there was a way to set the default value at that point if there's any indication during the creation process that it was created by an inventory count. (Maybe via saved search of the applying transaction value of the inventory count... or searching the inventory count links sublist.) But, I can't seem to get a hook to fire during that point where the user clicks approve.