MCRLedgerJournal_Daily Class [AX 2012]
The class MCRLedgerJournal_Daily creates accounts receivable journal.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createLedgerJournalTable | Returns a created LedgerJournalTable record. (Inherited from MCRLedgerJournal.) |
| createLedgerJournalTrans | Creates a new LedgerJournalTrans record. (Overrides the createLedgerJournalTrans Method.) |
| deleteJournal | Deletes the ledger journal. (Inherited from MCRLedgerJournal.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getLedgerJournalTable | Finds the ledger journal based on the passed buffer. (Inherited from MCRLedgerJournal.) |
| getNumOfLines | Returns a count of the number of ledgerJournalTransrecords tied to the ledgerJournalTable record. (Inherited from MCRLedgerJournal.) |
| getNumVouchersBooked | Returns the number of posted vouchers. (Inherited from MCRLedgerJournal.) |
| getNumVouchersInError | Returns the number of vouchers that have errors. (Inherited from MCRLedgerJournal.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initAXLedgerJournalTrans | Initializes the LedgerJournalTrans table record. (Inherited from MCRLedgerJournal.) |
| new | Creates a new instance of the MCRLedgerJournal_Daily class. (Overrides the new Method.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmAccountNum | Sets the account number value if creating a journal for a customer or a vendor. (Inherited from MCRLedgerJournal.) |
| parmApproved | Sets and returns a Boolean value to indicate if the journal has been approved or not. (Inherited from MCRLedgerJournal.) |
| parmApprover | Sets the approver and retuns the same. (Inherited from MCRLedgerJournal.) |
| parmBankReconRecord | Sets and returns a Boolean value to indicate if the journal is a bank reconciliation record. (Inherited from MCRLedgerJournal.) |
| parmBankTransType | Sets the bank transaction type. (Inherited from MCRLedgerJournal.) |
| parmCCBankReconId | Sets the MCRBankReconId on the LedgerJournalTrans table record. (Inherited from MCRLedgerJournal.) |
| parmCurrencyCode | Sets currency code on the ledgerjournalTrans table record. (Inherited from MCRLedgerJournal.) |
| parmDefaultDimension | Sets the default dimension of the LedgerJournalTrans table record. (Inherited from MCRLedgerJournal.) |
| parmDocumentDate | Gets or sets the DocumentDate parameter. (Inherited from MCRLedgerJournal.) |
| parmDueDate | Gets or sets the DueDate parameter. (Inherited from MCRLedgerJournal.) |
| parmExchRate | Gets or sets the ExchRate parameter. (Inherited from MCRLedgerJournal.) |
| parmInvoice | Sets the InvoiceId on the LedgerJournalTrans table record. (Inherited from MCRLedgerJournal.) |
| parmLedgerAccount | Gets or sets the LedgerAccount parameter. (Inherited from MCRLedgerJournal.) |
| parmLedgerAccountType | Gets or sets the LedgerAccountType parameter. (Inherited from MCRLedgerJournal.) |
| parmLedgerJournalTable | Sets the LedgerJournalTable record to the passed in value. (Inherited from MCRLedgerJournal.) |
| parmledgerOffsetAccount | Gets or sets the ledgerOffsetAccount parameter. (Inherited from MCRLedgerJournal.) |
| parmLedgerOffsetAccountType | Gets or sets the LedgerOffsetAccountType parameter. (Inherited from MCRLedgerJournal.) |
| parmLineNum | Gets or sets the LineNum parameter. (Inherited from MCRLedgerJournal.) |
| parmMCRCCGeneralLedgerId | Gets or sets the MCRCCGeneralLedgerId parameter. (Inherited from MCRLedgerJournal.) |
| parmMCRPaymOrderID | Sets the MCRPaymOrderID on the LedgerJournalTrans table record. (Inherited from MCRLedgerJournal.) |
| parmMCRRefPaymID | Gets or sets the MCRRefPaymID parameter. (Inherited from MCRLedgerJournal.) |
| parmName | Gets or sets the Name parameter. (Inherited from MCRLedgerJournal.) |
| parmOffsetDefaultDimension | Gets or sets the OffsetDefaultDimension parameter. (Inherited from MCRLedgerJournal.) |
| parmPaymentStatus | Gets or sets the PaymentStatus parameter. (Inherited from MCRLedgerJournal.) |
| parmPaymMode | Gets or sets the PaymMode parameter. (Inherited from MCRLedgerJournal.) |
| parmPaymReference | Gets or sets the PaymReference parameter. (Inherited from MCRLedgerJournal.) |
| parmPaymTermId | Gets or sets the PaymTermId parameter. (Inherited from MCRLedgerJournal.) |
| parmPosted | Gets whether the journal has been posted. (Inherited from MCRLedgerJournal.) |
| parmPostingProfile | Gets or sets the PostingProfile parameter. (Inherited from MCRLedgerJournal.) |
| parmPrePayment | Gets or sets the PrePayment parameter. (Inherited from MCRLedgerJournal.) |
| parmTransactionType | Gets or sets the TransactionType parameter. (Inherited from MCRLedgerJournal.) |
| parmTransDate | Gets or sets the TransDate parameter. (Inherited from MCRLedgerJournal.) |
| parmTransTxt | Gets or sets the TransTxt parameter. (Inherited from MCRLedgerJournal.) |
| parmVoucherNum | Gets or sets the VoucherNum parameter. (Inherited from MCRLedgerJournal.) |
| post | Posts the ledger journal. (Inherited from MCRLedgerJournal.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateInputLedgerJourTrans | Validates the journal credit and debit amounts on the journal trasaction record. (Overrides the validateInputLedgerJourTrans Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: