project QadFinancials > class BBankEntry > business logic query BankStateLinesByBankState

Description

query can be used to retrieve all bankstatelines of one bankstate


Parameters


iiCompanyIdintegerCompany id
iiBankState_IDinteger


query condition


  each BankStateLine where
BankStateLine.Company_Id = iiCompanyId AND
BankStateLine.BankState_ID = iiBankState_ID


query resultset tqBankStateLinesByBankState


field namedata typedb fielddescription
tiBankState_IDintegerBankStateLine.BankState_IDLink to BankState
tiBankStateLine_IDintegerBankStateLine.BankStateLine_IDRecord ID
tdBankStateLineAmountTCdecimalBankStateLine.BankStateLineAmountTCTC Amount
tiBankStateLineNumberintegerBankStateLine.BankStateLineNumberNumber
ttBankStateLinePostingDatedateBankStateLine.BankStateLinePostingDatePosting Date
tcBankStateLineStatuscharacterBankStateLine.BankStateLineStatusStatus
tiCompany_IDintegerBankStateLine.Company_IDLink to Company


Internal usage


QadFinancials
method BBankEntry.AdditionalUpdatesAssignments