icAddressType | character | |
iiBusinessRelationID | integer |
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. |
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. |
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. | ||
ti_sequence | integer | calculated | primary index |
tc_rowid | character | calculated | = rowid(BusinessRelation),rowid(Address),rowid(AddressType) |