project QadFinancials > class BDeductionCat > business logic query DeductionCatLineSafExcelInteg


query condition


  each DeductionCatLineSaf where

      first Saf (inner-join) where
Saf.Saf_ID = DeductionCatLineSaf.Saf_ID AND

          first SafConcept (inner-join) where
SafConcept.SafConcept_ID = Saf.SafConcept_ID AND


query resultset tqDeductionCatLineSafExcelInteg


field namedata typedb fielddescription
tiDeductionCatLine_IDintegerDeductionCatLineSaf.DeductionCatLine_IDLink to DeductionCatLine
tiDeductionCatLineSaf_IDintegerDeductionCatLineSaf.DeductionCatLineSaf_IDRecord ID
tiSaf_IDintegerDeductionCatLineSaf.Saf_IDLink to Saf
tcSafCodecharacterSaf.SafCodeSAF Code
tcSafConceptCodecharacterSafConcept.SafConceptCodeSAF Concept Code
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(DeductionCatLineSaf),rowid(Saf),rowid(SafConcept)


Internal usage


QadFinancials
method BDeductionCat.ApiLoadDeductionCat