project QadFinancials > class BDCollection > business logic query DCollectionByPaySel


Parameters


iiCompanyIdintegerCompany id
iiPaySelIdinteger
ilExecutedlogical


query condition


  each DCollection where
DCollection.Company_Id = iiCompanyId AND
DCollection.DPaySel_ID = iiPaySelId AND
DCollection.DCollectionIsExecuted = ilExecuted


query resultset tqDCollectionByPaySel


field namedata typedb fielddescription
tiDCollection_IDintegerDCollection.DCollection_IDRecord ID
tlDCollectionIsExecutedlogicalDCollection.DCollectionIsExecutedExecuted
tiDPaySel_IDintegerDCollection.DPaySel_IDLink to DPaySel


Internal usage


QadFinancials
method BDPaymentSelection.AdditionalUpdatesDCollection
method BDPaymentSelection.Calculate