RetailTransactionService::updateAddress Method [AX 2012]

Updates the record in the LogisticsPostalAddress table.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          client server public static container updateAddress(
            RefRecId addressRecId, 
            CustName custName, 
            AddressStreet street, 
            AddressCity city, 
            AddressCountyId county, 
            AddressStateId state, 
            AddressZipCodeId zip, 
            AddressCountryRegionId country, 
            Phone phone, 
            LogisticsElectronicAddressLocator email, 
            URL url, 
            TaxGroup taxGroup, 
            LogisticsLocationRoleType role, 
            int64 phoneRecId, 
            int64 emailRecId, 
            int64 urlRecId, 
           [LogisticsAddressStreetNumber streetNumber, 
            LogisticsAddressDistrictName districtName, 
            LogisticsAddressBuildingCompliment buildingCompliment, 
            boolean makePostalAddressPrimary])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static container updateAddress(
            RefRecId addressRecId, 
            CustName custName, 
            AddressStreet street, 
            AddressCity city, 
            AddressCountyId county, 
            AddressStateId state, 
            AddressZipCodeId zip, 
            AddressCountryRegionId country, 
            Phone phone, 
            Email email, 
            URL url, 
            TaxGroup taxGroup, 
            LogisticsLocationRoleType role, 
            int64 phoneRecId, 
            int64 emailRecId, 
            int64 urlRecId, 
           [LogisticsAddressStreetNumber streetNumber, 
            LogisticsAddressDistrictName districtName, 
            LogisticsAddressBuildingCompliment buildingCompliment, 
            boolean makePostalAddressPrimary])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static container UpdateAddress(container paramList)

Run On

Called

Return Value

Type: container
The status as a container.
Show: