project QadFinancials > class BBusinessRelation > business logic query AddressByAddressType

Description

This query returns the address info for the address type.


Parameters


iiBusinessRelationIdinteger
icAddressTypeCodecharacter


query condition


  each Address where
Address.BusinessRelation_ID = iiBusinessRelationId

      first AddressType (inner-join) where
AddressType.AddressType_ID = Address.AddressType_ID AND
AddressType.AddressTypeCode = icAddressTypeCode

      first BusinessRelation (inner-join) where
BusinessRelation.BusinessRelation_ID = Address.BusinessRelation_ID AND

      first Country (inner-join) where
Country.Country_ID = Address.Country_ID AND

      first County (conditional-join) where
County.County_ID = Address.County_ID AND

      first Lng (outer-join) where
Lng.Lng_ID = Address.Lng_ID AND

      first State (conditional-join) where
State.State_ID = Address.State_ID AND


query resultset tqAddressByAddressType


field namedata typedb fielddescription
tiAddress_IDintegerAddress.Address_IDRecord ID
tcAddressCitycharacterAddress.AddressCityCity. The city for this address. This field can be used to decide the tax zone of the address.
tcAddressEMailcharacterAddress.AddressEMailE-Mail. This field indicates the e-mail address associated with this business relation.
This field can be blank.
tcAddressFaxcharacterAddress.AddressFaxFax. This field indicates the fax or telex number to use when sending documents to this address.
This field can be balnk.
tiAddressFormatintegerAddress.AddressFormatFormat. 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.
tlAddressIsSendToPostallogicalAddress.AddressIsSendToPostalObsolete field
tlAddressIsTaxablelogicalAddress.AddressIsTaxableTaxable Address. This field indicates if business activities for this address are normally subject to tax.
The taxable status of the address defaults to transactions where the address is used.
api annotation:PartialUpdate = yes - defaults to false.
tlAddressIsTemporarylogicalAddress.AddressIsTemporaryTemporary. If the type of this address is ship-to or dock, this field indicates if the address is temporary.
This field is for reference and can be useful for sorting and filtering records.
api annotation:PartialUpdate = yes - defaults to false.
tcAddressNamecharacterAddress.AddressNameName. 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.
tcAddressPostalAddress1characterAddress.AddressPostalAddress1Obsolete field
tcAddressPostalAddress2characterAddress.AddressPostalAddress2Obsolete field
tcAddressPostalCitycharacterAddress.AddressPostalCityObsolete field
tcAddressPostalZipcharacterAddress.AddressPostalZipObsolete field
tcAddressSearchNamecharacterAddress.AddressSearchNameSearch 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.
tcAddressStatecharacterAddress.AddressStateObsolete field
tcAddressStreet1characterAddress.AddressStreet1Address: Line one of address details.
This field can be blank.
tcAddressStreet2characterAddress.AddressStreet2Address.Line two of address details.
This field can be blank.
tcAddressStreet3characterAddress.AddressStreet3Address.Line three of address details.
This field can be blank.
tcAddressTelephonecharacterAddress.AddressTelephoneTelephone. The telephone number for calling this business relation address.
This field can be blank.
tiAddressType_IDintegerAddress.AddressType_IDAddress Type
tcAddressTypeCodecharacterAddressType.AddressTypeCodeAddress Type
tcAddressWebSitecharacterAddress.AddressWebSiteInternet. This field indicates the Web site of this business relation.
This field can be blank.
tcAddressZipcharacterAddress.AddressZipZip. 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_IDintegerAddress.BusinessRelation_IDLink to BusinessRelation
tcBusinessRelationCodecharacterBusinessRelation.BusinessRelationCodeBusiness 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.
tcBusinessRelationName1characterBusinessRelation.BusinessRelationName1Name: 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.
tcBusinessRelationName2characterBusinessRelation.BusinessRelationName2Second Name. An extended name when the Name field is not large enough to contain all information.
This fielsd can be blank.
tiCountry_IDintegerCountry.Country_IDRecord ID
tcCountryCodecharacterCountry.CountryCodeCountry Code
tcCountryDescriptioncharacterCountry.CountryDescriptionDescription
tlCountryIsEUCountrylogicalCountry.CountryIsEUCountryEU Member
tiCounty_IDintegerCounty.County_IDRecord ID
tcCountyCodecharacterCounty.CountyCodeCounty Code
tcCountyDescriptioncharacterCounty.CountyDescriptionDescription
tiLng_IDintegerAddress.Lng_IDLanguage Code
tcLngCodecharacterLng.LngCodeLanguage Code
tiState_IDintegerState.State_IDRecord ID
tcStateCodecharacterState.StateCodeState
tcStateDescriptioncharacterState.StateDescriptionDescription
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(Address),rowid(AddressType),rowid(BusinessRelation),rowid(Country),rowid(County),rowid(Lng),rowid(State)


Internal usage


QadFinancials
method BCreditor.ValBankNumberAndPayCodeRef
method BDCollection.ExportCLIEOP03
method BDCollection.ExportDOM80
method BDCollection.ExportXml
method BDebtor.ValBankNumberandPayCodeRef
method BDebtorEndUser.DataLoadByInput
method BEmployee.ApiBusinessRelationInfo
method BMfgCustomer.UpdateMfgData
method BMfgSupplier.UpdateMfgData
method BPaymentSelection.ExportNLInland
dataset BDebtor.tAddressRefDebtor
dataset BEmployee.tAddressRefForEmployee