Share via


RetailTransactionServiceCustomer Class [AX 2012]

The RetailTransactionServiceCustomer implements the customer related methods of the service interface exposed by the RetailTransactionService class to the retail channels.

Syntax

class RetailTransactionServiceCustomer

Run On

Called

Methods

  Method Description
Dn678587.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn678587.pubmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::createAddress Create address for customer.
Dn678587.pubmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::deactivateAddress Method is used for deactivating a record in LogisticsPostalAddress table.
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getCityRecId_RU Gets primary key value for Cities table based on natural key fields.
Dn678587.pubmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getContactInfoData Retrieves contact info data.
Dn678587.pubmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getCustomer Gets the customer details for a given customer account.
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getCustTableXml
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getDirPartyLocationRoleXml
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getDirPartyLocationXml
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getDirPartyXml
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getDistrictRecId_RU Gets record id for districts based on natural key fields.
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getLogisticsElectronicAddressXml
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getLogisticsLocationRoleXml
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getLogisticsLocationXml
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getLogisticsPostalAddressXml
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getRetailCustAffiliationXml
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::getRetailCustTableXml
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::initCustTableUsingChannelDefaultCustomer
Dn678587.pubmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::newCustomer Method is used for creating new customer.
Dn678587.pubmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::newCustomerFromDirParty Method is used for creating new customer using existing dirParty record.
Dn678587.pubmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::updateAddress Update address
Dn678587.pubmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::updateCustomer Method is used for updating an existing customer.
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::upsertElectronicAddressRole
Dn678587.pubmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::upsertLogisticsElectronicAddress Inserts or updates the electronic address based on the locator.
Dn678587.privmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::upsertPartyLogisticsElectronicAddress Inserts or updates the electronic address based on the locator.
Dn678587.pubmethod(en-us,AX.60).gif Dn678587.static(en-us,AX.60).gif ::validateCustomerStatus Method is used for checking the status of the customer account i.e., 1.Existence of the customer 2.Blocked/Unblocked 3.Credit limit

Top

Inheritance Hierarchy

Object Class
  RetailTransactionServiceCustomer Class