| iiCompanyId | integer | id |
| icCompanyCode | character | CompanyCode: condition uses 'MATCHES' |
| ilCompanyIsActive | logical | Active |
each Company where
first Domains (inner-join) where
first Lng (inner-join) where
| field name | data type | db field | description |
|---|---|---|---|
| tiDomain_ID | integer | Domains.Domain_ID | Record ID |
| tcDomainCode | character | Domains.DomainCode | Domain |
| tlDomainIsActive | logical | Domains.DomainIsActive | Active |
| tcDomainTimeZone | character | Domains.DomainTimeZone | Time Zone |
| tiLng_ID | integer | Domains.Lng_ID | Language |
| tcLngCode | character | Lng.LngCode | Language Code |
| tlLngIsInstalled | logical | Lng.LngIsInstalled | Set to true when the translation resource file for this language is loaded. |
| tcLocalisationCode | character | Company.LocalisationCode | When 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. |
| tcCompanyCode | character | Company.CompanyCode | Entity Code |
| tlCompanyIsActive | logical | Company.CompanyIsActive | Active |
| tiCompany_ID | integer | Company.Company_ID | Record ID |
BLF
QadFinancials