Share via


RetailTransactionService::upsertLogisticsElectronicAddress Method [AX 2012]

Inserts or updates the electronic address based on the locator.

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 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

Called

Parameters

Return Value

Type: container
A container object with Location Id and electronic address id.

See Also

Reference

RetailTransactionService Class