SalesShipCarrierMap.setShipCarrierFromLogisticsLocation Method [AX 2012]
Sets the ship carrier address and account data on the mapped table.
public void setShipCarrierFromLogisticsLocation(
LogisticsLocation _logisticsLocation,
LogisticsPostalAddressRecId _addressRecId,
ShipCarrierAddress _shipCarrierAddress)
Run On
CalledParameters
- _logisticsLocation
- Type: LogisticsLocation Table
A LogisticsLocation record of a ship carrier.
- _addressRecId
- Type: LogisticsPostalAddressRecId Extended Data Type
A LogisticsPostalAddress record ID of a ship carrier.
- _shipCarrierAddress
- Type: ShipCarrierAddress Table
A ShipCarrierAddress record.
Community Additions
ADD
Show: