I'm creating a custom form to process batch miscellaneous issue transactions. I have it working the way I want except for when the item is a serial tracked item. I'm unable to find anywhere (i.e., form script, form event handlers/actions) where either the PostAdjTrans or PostPostAdjTrans event handlers pick up the serial number(s) so that I can mimic this behavior in my custom form. I mention these two event handlers as it seems, after following the chain of events, this is where it would happen.
It is assumed that there is the requirement to have one item/serial number combination for each qty of the item being issued in the custom form. I'm currently using the IaPostSp IDO method from the SLItemsLoc IDO to do the issue for non-serial tracked items. When trying to run the transaction for a serial tracked item, the method fails, with Infobar stating the item is a serial tracked item.
Anyone know where the serial number(s) are referenced for a misc issue in the standard form?