RetailDlvModeExplodeJob.addStateToTempTable Method [AX 2012]

Adds the Address-delivery mode associations to the temporary staging explosion table.

Syntax

private void addStateToTempTable(
    DlvMode _dlvMode, 
    LogisticsAddressCountryRegionId _countryRegion, 
    AddressStateId _state)

Run On

Server

Parameters

  • _dlvMode
    Type: DlvMode Table
    Delivery mode that needs to be added to the temporary table.

See Also

Reference

RetailDlvModeExplodeJob Class