Share via


RetailTransactionServiceAX61::UpsertLogisticsElectronicAddress Method [AX 2012]

Inserts or updates the electronic address based on the locator.

Syntax

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.

Return Value

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

See Also

Reference

RetailTransactionServiceAX61 Class