RetailTransactionService::upsertLogisticsElectronicAddress Method [AX 2012]
Inserts or updates the electronic address based on the locator.
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 container upsertLogisticsElectronicAddress(
RecId logisticsElectronicAddressRecId,
LogisticsElectronicAddressLocator value,
LogisticsLocationRecId parentLogisticsLocationId,
LogisticsElectronicAddressMethodType type)
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static container upsertLogisticsElectronicAddress(
int64 logisticsElectronicAddressRecId,
str value,
int64 parentLogisticsLocationId,
LogisticsElectronicAddressMethodType type)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static container UpsertLogisticsElectronicAddress(
int64 logisticsElectronicAddressRecId,
str value,
int64 parentLocationId,
LogisticsElectronicAddressMethodType type)
Run On
CalledParameters
- logisticsElectronicAddressRecId
- Type: RecId Extended Data Type
RecId of LogisticsElectronic address.
- value
- Type: LogisticsElectronicAddressLocator Extended Data Type
Value of the loator.
- parentLogisticsLocationId
- Type: LogisticsLocationRecId Extended Data Type
Value of the Parent location Id.
- type
- Type: LogisticsElectronicAddressMethodType Enumeration
Type of the electronic address.
Show:
Note