Share via


RetailTransactionServiceCustomer::upsertPartyLogisticsElectronicAddress Method [AX 2012]

Inserts or updates the electronic address based on the locator.

Syntax

client server private static container upsertPartyLogisticsElectronicAddress(
    RecId party, 
    RecId logisticsElectronicAddressRecId, 
    LogisticsElectronicAddressLocator value, 
    LogisticsLocationRecId logisticsLocationRecId, 
    LogisticsElectronicAddressMethodType type, 
    LogisticsLocationRecId parentLocationRecId)

Run On

Called

Parameters

Return Value

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

See Also

Reference

RetailTransactionServiceCustomer Class