project QadFinancials > class BDeductionCat > business logic (internal API) query DeductionCatByCodes
query filter (table tFilter)
tcBusinessFieldName | tcDataType | tcOperator |
icDeductionCatCode | c | can-do |
Parameters (internal)
icDeductionCatCode | character | |
query condition
each DeductionCat where
DeductionCat.DeductionCatCode can-do icDeductionCatCode
query resultset tqDeductionCatByCodes
field name | data type | db field | description |
tiDeductionCat_ID | integer | DeductionCat.DeductionCat_ID | Record ID |
DeductionCatCustom | character | calculated | custom fields |
ti_sequence | integer | calculated | primary index |
tc_rowid | character | calculated | = rowid(DeductionCat) |
Internal usage
QadFinancials