RetailTransactionServiceCustomer::updateAddress Method [AX 2012]
Update address
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])
Run On
CalledParameters
- addressRecId
- Type: RefRecId Extended Data Type
Address RecId
- custName
- Type: CustName Extended Data Type
Customer Name
- street
- Type: AddressStreet Extended Data Type
Street
- city
- Type: AddressCity Extended Data Type
City
- county
- Type: AddressCountyId Extended Data Type
County
- state
- Type: AddressStateId Extended Data Type
State
- zip
- Type: AddressZipCodeId Extended Data Type
Zip
- country
- Type: AddressCountryRegionId Extended Data Type
Country
- phone
- Type: Phone Extended Data Type
Phone
- Type: LogisticsElectronicAddressLocator Extended Data Type
Email
- url
- Type: URL Extended Data Type
URL
- taxGroup
- Type: TaxGroup Extended Data Type
Tax group
- role
- Type: LogisticsLocationRoleType Enumeration
Role
- phoneRecId
- Type: int64
Phone RecId
- emailRecId
- Type: int64
Email RecId
- urlRecId
- Type: int64
URL RecId
- streetNumber
- Type: LogisticsAddressStreetNumber Extended Data Type
Street Number
- districtName
- Type: LogisticsAddressDistrictName Extended Data Type
District Name
- buildingCompliment
- Type: LogisticsAddressBuildingCompliment Extended Data Type
Building Complement
- makePostalAddressPrimary
- Type: boolean
Optional. True if this should become the new primary address
Show: