project QadFinancials > class BQCrossCyPosting > business logic query QCrossCyPostingByCompany

Description

Returns all QCrossCyPosting ID's


Parameters


iiCompanyIdintegerCompany id
iiDaemonIdinteger


query condition


  each QCrossCyPosting where
QCrossCyPosting.Company_Id = iiCompanyId AND

      each fcDaemonQueue (outer-join) where
fcDaemonQueue.DaemonQueueRef = string(QCrossCyPosting.QCrossCyPosting_ID) AND
fcDaemonQueue.DaemonId = iiDaemonId


query resultset tqQCrossCyPostingByCompany


field namedata typedb fielddescription
tiCInvoice_IDintegerQCrossCyPosting.CInvoice_IDLink to CInvoice
tiCompany_IDintegerQCrossCyPosting.Company_IDLink to Company
tiDaemonIdintegerfcDaemonQueue.DaemonIdDaemon ID
tiDaemonQueueIdintegerfcDaemonQueue.DaemonQueueIdidentifier
tiDInvoice_IDintegerQCrossCyPosting.DInvoice_IDLink to DInvoice
tiQCrossCyPosting_IDintegerQCrossCyPosting.QCrossCyPosting_IDRecord ID
ttQCrossCyPostingCreateDatedateQCrossCyPosting.QCrossCyPostingCreateDateCreation Date
tiQCrossCyPostingCreateTimeintegerQCrossCyPosting.QCrossCyPostingCreateTimeCreation Time
tcQCrossCyPostingInfocharacterQCrossCyPosting.QCrossCyPostingInfoOriginator Info


Internal usage


QadFinancials
method BCrossCyDaemon.ApiMonitor
method BCrossCyDaemonQueue.CreateCrossCyDaemonQueue
method BJournalEntry.PostingLineUpdateCrossCy
method BPaymentSelection.ValidateComponentPost