SalesParmTable::findDeliveryInformation Method
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static SalesParmTable findDeliveryInformation(
ParmId _parmId,
SalesId _salesId,
InventSiteId _inventSiteId,
CustName _deliveryName,
LogisticsPostalAddressRecId _deliveryAddress,
CustDlvModeId _dlvMode,
ShipCarrierId _carrierId,
ShipCarrierAccount _carrierAccount,
LogisticsPostalAddressRecId _thirdPartyLocation,
[boolean update,
CustPostingProfile _postingProfile_RU,
InventProfileType_RU _inventProfileType_RU])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static SalesParmTable findDeliveryInformation(
ParmId _parmId,
SalesId _salesId,
InventSiteId _inventSiteId,
CustName _deliveryName,
LogisticsPostalAddressRecId _deliveryAddress,
CustDlvModeId _dlvMode,
ShipCarrierId _carrierId,
ShipCarrierAccount _carrierAccount,
LogisticsPostalAddressRecId _thirdPartyLocation,
[boolean update,
CustPostingProfile _postingProfile_RU,
InventProfileType_RU _inventProfileType_RU])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static SalesParmTable findDeliveryInformation(
ParmId _parmId,
SalesId _salesId,
InventSiteId _inventSiteId,
CustName _deliveryName,
LogisticsPostalAddressRecId _deliveryAddress,
CustDlvModeId _dlvMode,
ShipCarrierId _carrierId,
ShipCarrierAccount _carrierAccount,
LogisticsPostalAddressRecId _thirdPartyLocation,
[boolean update])
Microsoft Dynamics AX 2012 (FPK)
client server public static SalesParmTable findDeliveryInformation(
ParmId _parmId,
SalesId _salesId,
InventSiteId _inventSiteId,
CustName _deliveryName,
LogisticsPostalAddressRecId _deliveryAddress,
CustDlvModeId _dlvMode,
ShipCarrierId _carrierId,
ShipCarrierAccount _carrierAccount,
LogisticsPostalAddressRecId _thirdPartyLocation,
[boolean update])
Microsoft Dynamics AX 2012 (SYS)
client server public static SalesParmTable findDeliveryInformation(
ParmId _parmId,
SalesId _salesId,
InventSiteId _inventSiteId,
CustName _deliveryName,
LogisticsPostalAddressRecId _deliveryAddress,
CustDlvModeId _dlvMode,
ShipCarrierId _carrierId,
ShipCarrierAccount _carrierAccount,
LogisticsPostalAddressRecId _thirdPartyLocation,
[boolean update])
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
- _salesId
Type: SalesId Extended Data Type
- _inventSiteId
Type: InventSiteId Extended Data Type
- _deliveryName
Type: CustName Extended Data Type
- _deliveryAddress
Type: LogisticsPostalAddressRecId Extended Data Type
- _dlvMode
Type: CustDlvModeId Extended Data Type
- _carrierId
Type: ShipCarrierId Extended Data Type
- _carrierAccount
Type: ShipCarrierAccount Extended Data Type
- _thirdPartyLocation
Type: LogisticsPostalAddressRecId Extended Data Type
- update
Type: boolean
- _postingProfile_RU
Type: CustPostingProfile Extended Data Type
- _inventProfileType_RU
Type: InventProfileType_RU Enumeration