project QadFinancials > class BBLWIReport > business logic query CompanyPropertyForBLWIReport


Parameters


iiCompanyIdintegerCompany id


query condition


  each CompanyProperty where
CompanyProperty.Company_Id = iiCompanyId AND

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

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

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


query resultset tqCompanyPropertyForBLWIReport


field namedata typedb fielddescription
tiBusinessRelation_IDintegerCompanyProperty.BusinessRelation_IDMandatory
tiBusinessRelation_ID2integerBusinessRelation.BusinessRelation_IDRecord ID
tiCompany_IDintegerCompanyProperty.Company_IDLink to Company
tiCountry_IDintegerCountry.Country_IDRecord ID
tcCountryBLWICodecharacterCountry.CountryBLWICodeBLWI Code
tcCountryCodecharacterCountry.CountryCodeCountry Code
tcCountryDescriptioncharacterCountry.CountryDescriptionDescription
tlCountryIsActivelogicalCountry.CountryIsActiveActive
tlCountryIsEUCountrylogicalCountry.CountryIsEUCountryEU Member


Internal usage


QadFinancials
method BBLWIReport.ValidateSelections