I can no longer override the ConfirmPackage method when pressing the Confirm Package Action on the Pick, Pack, and Ship page (SO302020). What method is being called now when that action is being selected?
I can no longer override the ConfirmPackage method when pressing the Confirm Package Action on the Pick, Pack, and Ship page (SO302020). What method is being called now when that action is being selected?
Best answer by bpgraves
It looks like PickPackShip.ScanExtension<PickPackShip.PackMode.Logic> class is no longer doing anything. Instead, I had to extend this class: PickPackShip.ScanExtension<PickPackShip.PackMode.BoxConfirming.CompleteState.Logic>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.