RetailTransactionServiceCustomer::upsertLogisticsElectronicAddress Method [AX 2012]

Inserts or updates the electronic address based on the locator.

client server public static container upsertLogisticsElectronicAddress(
    RecId logisticsElectronicAddressRecId, 
    LogisticsElectronicAddressLocator value, 
    LogisticsLocationRecId parentLogisticsLocationId, 
    LogisticsElectronicAddressMethodType type)

Run On

Called

Parameters

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.

Return Value

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