project QadFinancials > class BCompany > business logic query CompanyByIDAllInfo

Description

Show all info for a company based on the company ID.


Parameters


iiCompanyIdintegerCompany id


query condition


  each Company where
Company.Company_Id = iiCompanyId AND


query resultset tqCompanyByIDAllInfo


field namedata typedb fielddescription
tiCompany_IDintegerCompany.Company_IDRecord ID
tcCompanyCodecharacterCompany.CompanyCodeEntity Code
tcCompanyDescriptioncharacterCompany.CompanyDescriptionEntity Description
tcCompanyDomaincharacterCompany.CompanyDomainDomain
tlCompanyIsActivelogicalCompany.CompanyIsActiveActive
tiDomain_IDintegerCompany.Domain_IDDomain
ttLastModifiedDatedateCompany.LastModifiedDateLast Modified Date
tiLastModifiedTimeintegerCompany.LastModifiedTimeLast Modified Time
tcLastModifiedUsercharacterCompany.LastModifiedUserLast Modified User
tcLocalisationCodecharacterCompany.LocalisationCodeWhen running any business component of the application, the framework will always lookup the localisation code of current company and if filled, will look for a localisation of that type for the business component, and if found will run that localisation in stead of the standard version of the business component.
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(Company)


Internal usage


QadFinancials
method BAccountingInterface.FillProDsAccntBook
method BAccountingInterface.FillProDsBalanceSheet
method BAccountingInterface.FillProDsIncomeStatement
method BDCollection.FillProDataSetCompany
method BPosting.GetBaseAndStatCurrecyByCompanyID
method BPaymentSelection.FillProDataSetCompany