Share via


BankCheqPrepCancelJourLineType.init Method [AX 2012]

Initializes the internal class variables.

Syntax

protected void init(
    RefRecId _numberSequenceTableID, 
    LedgerJournalId _journalNum, 
    LedgerJournalType _journalType, 
    Voucher _paymVoucher, 
    ReasonComment _cancelReasonComment, 
    TransDate _transDate, 
    ReasonRefRecID _reasonTableRefRecID, 
    boolean _reconcile)

Run On

Called

Parameters

  • _numberSequenceTableID
    Type: RefRecId Extended Data Type
    The reference to the NumberSequenceTable table to generate the new voucher from.
  • _reconcile
    Type: boolean
    A Boolean variable that indicates whether the cheque must be reconciled at posting.

See Also

Reference

BankCheqPrepCancelJourLineType Class