| icAddressTypeCode | character | |
| iiCompanyId | integer | Company id |
| icAddressName | character | |
| icAddressSearchName | character | |
| icAddressLine | character | |
| icAddressCity | character | |
| icAddressZip | character | |
| icAddressCountry | character | |
| icBusinessRelationName1 | character |
each Address where
first AddressType (inner-join) where
first BusinessRelation (inner-join) where
each Debtor (inner-join) where
first Country (inner-join) where
| field name | data type | db field | description |
|---|---|---|---|
| tcAddressName | character | Address.AddressName | Name. The full name of this particular address. The name of a headoffice address is the same as the name of the business relationship and can not be modified. |
| api annotation: | PartialUpdate = yes - defaults to the name of the businessRelation. | ||
| tcAddressSearchName | character | Address.AddressSearchName | Search Name. An alternate name for finding this address. The searchname of a headoffice address is the same as the business relationship and can not be modified. |
| api annotation: | PartialUpdate = yes - defaults to the searchname of the businessRelation. | ||
| tiAddressType_ID | integer | Address.AddressType_ID | Address Type |
| tiBusinessRelation_ID | integer | BusinessRelation.BusinessRelation_ID | Record ID |
| 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. |
QadFinancials