Share via


WMSShipment.notifyOfLineChange Method

Updates various fields in the shipment that depends on the shipment lines.

Syntax

public void notifyOfLineChange(
   [NoYes _updatePickStatus, 
    NoYes _updatePalletStatus, 
    NoYes _updateRequestedShipDate])

Run On

ClientOrServer

Parameters

  • _updatePickStatus
    Type: NoYes Enumeration
    A NoYes enumeration value that indicates whether the pick expedition state is updated.
  • _updatePalletStatus
    Type: NoYes Enumeration
    A NoYes enumeration value that indicates whether the pallet expedition status is updated.
  • _updateRequestedShipDate
    Type: NoYes Enumeration
    A NoYes enumeration value that indicates whether the requested ship date is updated.

See Also

Reference

WMSShipment Table