project QadFinancials > class BPaymentSelection > method GetPaymentInstrument


Parameters


iiBankPayFormatIDinputinteger
ocPaymentInstrumentoutputcharacter
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


QadFinancials
method BPaymentSelection.AdditionalUpdatesHistory
method BPaymentSelection.AdditionalUpdatesRegister
method BPaymentSelection.ApiConfirmPaymentSelectionPreValidation
method BPaymentSelection.ApiGetPaySelInfo
method BPaymentSelection.ApiGetPaySelInfoForConfirm
method BPaymentSelection.Calculate01
method BPaymentSelection.ChangeStatusPaymentSelInBatch
method BPaymentSelection.ExportUNIFI


program code (program1/bpaymentselection.p)

<Q-1 run BankPayFormatByID (all) (Read) (NoCache)
   (input iiBankPayFormatID, (BankPayFormatId)
    input ?, (CompanyId)
    output dataset tqBankPayFormatByID) in BBankPayFormat >
    
for first tqBankPayFormatByID no-lock:   
    assign ocPaymentInstrument = tqBankPayFormatByID.tcPayFormatTypePayInstrument.
end.