Customer Entities - Mapping Documentation¶
Domain: Customer
Entity Count: 1
Source File: customer-entities.xml
Table of Contents¶
Customer¶
Entity Class: com.perun.tlinq.entity.customer.CCustomer
ID Field: customerId
Default Factory: OdooServiceFactory
Factory: OdooServiceFactory¶
Native Entity: com.perun.tlinq.client.odoo.entity.OdooCustomer
Services¶
| Service Name | Action | Return Class | Parameters |
|---|---|---|---|
searchCustomers |
search |
- |
- |
getCustomers |
read |
- |
- |
createCustomer |
create |
- |
- |
updateCustomer |
update |
- |
- |
Field Mappings¶
| Target Field | Source Field | Mapping Type | Reverse Mapping | Notes |
|---|---|---|---|---|
customerId |
id |
DirectMapping | - | - |
active |
active |
DirectMapping | - | - |
custName |
name |
DirectMapping | - | - |
custCode |
customerCode |
DirectMapping | - | - |
fullName |
displayName |
DirectMapping | - | - |
parentId |
parentId |
DirectMapping | - | - |
parentName |
parentName |
DirectMapping | NoMapping | - |
phone |
phone |
DirectMapping | - | - |
mobilePhone |
mobile |
DirectMapping | - | - |
email |
email |
DirectMapping | - | - |
doNotEmail |
doNotEmail |
DirectMapping | - | - |
isCompany |
isCompany |
DirectMapping | - | - |
isPartner |
#isSupplier |
DirectMapping | NoMapping | - |
supplierRank |
supplier_rank |
DirectMapping | - | - |
taxNumber |
taxNumber |
DirectMapping | - | - |
website |
website |
DirectMapping | - | - |
street |
street |
DirectMapping | - | - |
street2 |
street2 |
DirectMapping | - | - |
zip |
zip |
DirectMapping | - | - |
city |
city |
DirectMapping | - | - |
contacts |
contacts |
ArrayMapping | NoMapping | - |
countryId |
country_id |
DirectMapping | - | - |
countryName |
countryName |
DirectMapping | NoMapping | - |
currentCartId |
currentCartId |
DirectMapping | - | - |
currentCartName |
currentCartName |
DirectMapping | NoMapping | - |
contactMedium |
contactMedium |
DirectMapping | - | - |
Generated from customer-entities.xml