RetailTransactionServiceCustomer::upsertLogisticsElectronicAddress Method [AX 2012]

Inserts or updates the electronic address based on the locator.

Syntax

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

Run On

Called

Parameters

Return Value

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

See Also

Reference

RetailTransactionServiceCustomer Class