Sales Enhancements Loss Reservations
[ExtensionOf(classStr(PdsShelfLifeMovUpdConfirmDialogFactory ))] final class rsmPdsShelfLifeMovUpdConfirmDialogFactory_Extension { public PdsShelfLifeIMovUpdConfirmDialog createConfirmDialogFromLineAndField( Common _orderLineBuffer, FieldId _fieldNumberChanged, boolean _isContextServerBound) { PdsShelfLifeIMovUpdConfirmDialog instance = next createConfirmDialogFromLineAndField(_orderLineBuffer, _fieldNumberChanged, _isContextServerBound); PdsShelfLifeIMovUpdConfirmDialog createdInstance; SalesLine salesLine; boolean hasAutoReservation; boolean canGeneratePrompt; switch (_orderLineBuffer.TableId) { case tableNum(SalesLine): ...