project QadFinancials > class BRecurringEntry > business logic query RecEntryPrim

Description

Prim-query on table RecEntry that allows you convert the logical key into the physical one and vice-versa


Parameters


iiCompanyIdintegerCompany id
icRecEntryCodecharacter
iiRecEntryIDinteger


query condition


  each RecEntry where
RecEntry.Company_Id = iiCompanyId AND
RecEntry.RecEntry_ID = iiRecEntryID AND
RecEntry.RecEntryCode = icRecEntryCode


query resultset tqRecEntryPrim


field namedata typedb fielddescription
tiCompany_IDintegerRecEntry.Company_IDLink to Company
tiRecEntry_IDintegerRecEntry.RecEntry_IDRecord ID
tcRecEntryCodecharacterRecEntry.RecEntryCodeCode
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(RecEntry)


Internal usage


QadFinancials
method BCompany.ValidateComponentSSChange
method BDomain.ValidateComponentSharedSetChange