RetailTransactionServiceAX61::UpsertLogisticsElectronicAddress Method [AX 2012]

Inserts or updates the electronic address based on the locator.

client server public static container UpsertLogisticsElectronicAddress(
    int64 _logisticsElectronicAddressRecId, 
    str _value, 
    int64 _parentLocationId, 
    LogisticsElectronicAddressMethodType _type)

Run On

Called

Parameters

_logisticsElectronicAddressRecId
Type: int64
RecId of LogisticsElectronic address.
_value
Type: str
Value of the loator.
_parentLocationId
Type: int64
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: