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