| iiCompanyId | integer | Company id |
| icAddressTypeCode | character | |
| icCandoBRCode | character | |
| icCandoDebtorCode | character | |
| icFromBRCode | character | |
| icFromDebtorCode | character | |
| icToBRCode | character | |
| icToDebtorCode | character | |
| iiAddressType_ID | integer |
each Debtor where
first BusinessRelation (inner-join) where
each Address (inner-join) where
first AddressType (inner-join) where
each Contact (outer-join) where
first Country (inner-join) where
| field name | data type | db field | description |
|---|---|---|---|
| tcAddressCity | character | Address.AddressCity | City. The city for this address. This field can be used to decide the tax zone of the address. |
| tcAddressCounty | character | Address.AddressCounty | Obsolete field |
| tcAddressEMail | character | Address.AddressEMail | E-Mail. This field indicates the e-mail address associated with this business relation. This field can be blank. |
| tcAddressFax | character | Address.AddressFax | Fax. This field indicates the fax or telex number to use when sending documents to this address. This field can be balnk. |
| tiAddressFormat | integer | Address.AddressFormat | Format. This field determines where postal codes display on printed addresses. |
| api annotation: | PartialUpdate = yes - defaults to the value for the same field defined for the country. | ||
| tcAddressState | character | Address.AddressState | Obsolete field |
| tcAddressStreet1 | character | Address.AddressStreet1 | Address: Line one of address details. This field can be blank. |
| tcAddressStreet2 | character | Address.AddressStreet2 | Address.Line two of address details. This field can be blank. |
| tcAddressStreet3 | character | Address.AddressStreet3 | Address.Line three of address details. This field can be blank. |
| tcAddressTelephone | character | Address.AddressTelephone | Telephone. The telephone number for calling this business relation address. This field can be blank. |
| tcAddressTypeCode | character | AddressType.AddressTypeCode | Address Type |
| tcAddressZip | character | Address.AddressZip | Zip. The postal code or US zip code associated with this address. This field is used to decide the tax zone for the address. This field can be blank. |
| tiBusinessRelation_ID | integer | BusinessRelation.BusinessRelation_ID | Record ID |
| tcBusinessRelationCode | character | BusinessRelation.BusinessRelationCode | Business Relation. A code to identify the business relation. If this field does not have a input from the user, the system automatically generates a number for the record based on the sequence defined in Business Relation Autonumber Create. |
| tcBusinessRelationName1 | character | BusinessRelation.BusinessRelationName1 | Name: The full name of the business relation. This field sets the default name for linked addresses such as customers and suppliers. |
| api annotation: | PartialUpdate = yes - defaults to the BusinessRelationCode. | ||
| tcBusinessRelationName2 | character | BusinessRelation.BusinessRelationName2 | Second Name. An extended name when the Name field is not large enough to contain all information. This fielsd can be blank. |
| tcBusinessRelationSearchName | character | BusinessRelation.BusinessRelationSearchName | Search Name: An alternate name for finding the business relation. This field can be useful for sorting and filtering. |
| api annotation: | PartialUpdate = yes - defaults to the BusinessRelationCode. | ||
| tcContactEmail | character | Contact.ContactEmail | E-mail. The E-Mail address of the contact. This field can be blank. |
| tcContactFax | character | Contact.ContactFax | Fax. The fax or telex number to use when sending documents to the contact. This field can be blank. |
| tcContactFunction | character | Contact.ContactFunction | Function. The function of the contact to the address. This field can be blank. |
| tcContactGender | character | Contact.ContactGender | Gender. indicates whether the contact is male or femail. This field is mandatory |
| tcContactMobilePhone | character | Contact.ContactMobilePhone | Mobile. The mobile phone number of the contact. This field can be blank. |
| tcContactName | character | Contact.ContactName | Name. The full name of the contact. This field is mandatory. |
| tcContactTelephone | character | Contact.ContactTelephone | Telephone. The telephone number of the contact. This field can be blank. |
| tiCountry_ID | integer | Country.Country_ID | Record ID |
| tcCountryCode | character | Country.CountryCode | Country Code |
| tcCountryDescription | character | Country.CountryDescription | Description |
| tiDebtor_ID | integer | Debtor.Debtor_ID | Record ID |
| tcDebtorCode | character | Debtor.DebtorCode | A code (maximum eight characters) that identifies a customer. If the code you specify matches an existing supplier code, a warning message displays. You can choose to ignore the warning, and create the record. However, when a supplier and customer share the same code, they must reference the same business relation. |
| api annotation: | If you leave the Customer Code field blank, the system automatically generates a number for the record based on the sequence defined in Customer Autonumber Create. | ||
| tiSharedSet_ID | integer | Debtor.SharedSet_ID | Link to SharedSet |
QadFinancials