| iiCompanyId | integer | Company id |
| icAddressType | character |
each CompanyProperty where
first BusinessRelation (inner-join) where
each Address (inner-join) where
first AddressType (inner-join) where
| field name | data type | db field | description |
|---|---|---|---|
| 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. | ||
| tiCountry_ID | integer | Address.Country_ID | Country Format |
| 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 |
| 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. |
| 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. |
| ti_sequence | integer | calculated | primary index |
| tc_rowid | character | calculated | = rowid(CompanyProperty),rowid(BusinessRelation),rowid(Address),rowid(AddressType) |
QadFinancials