RetailDlvModeExplodeJob.addStateToTempTable Method [AX 2012]
Adds the Address-delivery mode associations to the temporary staging explosion table.
private void addStateToTempTable(
DlvMode _dlvMode,
LogisticsAddressCountryRegionId _countryRegion,
AddressStateId _state)
Run On
ServerParameters
- _dlvMode
- Type: DlvMode Table
Delivery mode that needs to be added to the temporary table.
- _countryRegion
- Type: LogisticsAddressCountryRegionId Extended Data Type
Country association that needs to be added to the temporary table.
- _state
- Type: AddressStateId Extended Data Type
State association that needs to be added to the temporary table.
Community Additions
ADD
Show: