Hopefully this is a quick question.
I have some logic that changes the shipment inventory location on pick lists using Customer_Order_Pick_List_API.Modify_Ship_Inventory_Loc_No after they are created. It only needs the pick list # and the new location no. I’m running it with Transaction_SYS.Deferred_Call to avoid mutating tables.
How do I pass those parameters?