AdvancedLedgerEntryManager Class [AX 2012]
The AdvancedLedgerEntryManager class performs several functions for the Advanced Ledger Entry feature.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkBudgetDocument | Checks a budget for all the advanced ledger entry lines. |
| checkBudgetLine | Checks the budget for the advanced ledger entry line and any charges on it. |
| copyAdvancedLedgerEntry | Creates a copy of an advanced ledger entry header. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| formMethodDataSourceCreate | Manages the number sequence when a number is allocated when an advanced ledger entry header is being created. |
| formMethodDataSourceCreatePre | Manages the number sequence before a number is allocated when an advanced ledger entry header is being created. |
| formMethodDataSourceDelete | Manages the number sequence during the deletion of an advanced ledger entry header. |
| formMethodDataSourceLinkActive | Manages the number sequence when an advanced ledger entry header becomes active. |
| formMethodDataSourceValidateWrite | Manages the number sequence during the validation of saving an advanced ledger entry header. |
| formMethodDataSourceWrite | Manages the number sequence during an advanced ledger entry header save. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Performs initialization for the AdvancedLedgerEntryManager class. |
| 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.) |
| numberSeqFormHandlerALEId | Creates an instance of the NumberSeqFormHandler class for the advanced ledger entry identifier number sequence. |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmAdvancedLedgerEntryHeader | Gets or sets the AdvancedLedgerEntryHeader parameter. |
| parmAdvancedLedgerEntryLine | Gets or sets the AdvancedLedgerEntryLine parameter. |
| parmAdvancedLedgerEntryLine_Orig | Gets or sets the AdvancedLedgerEntryLine_Orig parameter. |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::calculateTransAmountToAccountingAmount | Calculates an amount in the accounting currency of the company. |
| ::checkAdvancedLedgerEntryNumberSequence | Validates the number sequence that is set up for the advanced ledger entry identifier. |
| ::checkProjCategoryId | Validates the ProjCategoryId field. |
| ::checkProjFundingSource | Validates the ProjFundingSource field. |
| ::checkTransactionStatusForDelete | Indicates whether an advanced ledger entry can be deleted that has the specified AdvancedLedgerEntryTransactionStatus enumeration value. |
| ::checkTransactionStatusForWrite | Indicates whether an advanced ledger entry can be written by using the specified AdvancedLedgerEntryTransactionStatus enumeration value. |
| ::checkValidJournalizingDefinition | Validates that the journalizing definition record ID parameter references a valid journalizing definition. |
| ::checkWorkflowStatusForDeleteUpdate | Indicates whether an advanced ledger entry transaction could be deleted or updated that has the specified AdvancedLedgerEntryWFApprovalStatus enumeration value. |
| ::construct | Initializes a new instance of the AdvancedLedgerEntryManager class. |
| ::constructFiscalPeriodLookup | Constructs a SysReferenceTableLookup class that is used by the advanced ledger entry feature. |
| ::deleteBudgetHeader | Deletes the budget associated with SourceDocumentHeader. |
| ::deleteBudgetLine | Deletes the budget that is associated with AdvancedLedgerEntryLine record. |
| ::doMultipleClosingPeriodsExist | Determines whether multiple closing periods exist for the accounting date that is passed in. |
| ::existLinesForALEHeader | Indicates whether any advanced ledger entry lines exist for an advanced ledger entry header. |
| ::generateAdvancedLedgerEntryLineNum | Generates a new line number for the AdvancedLedgerEntryHeader record. |
| ::lookupTransactionTxt | Performs a lookup of the LedgerJournalTxt table. |
| ::newForAdvancedLedgerEntryDocument | Instantiates a new object based on the advanced ledger entry header. |
| ::newForAdvancedLedgerEntryLine | Instantiates a new object based on the advanced ledger entry line. |
| ::reverseAdvancedLedgerEntry | Creates a reversing entry for the specified advanced ledger entry record. |
| ::validateAccountingDate | Indicates whether the specified date is within an open period for the ledger module. |
| ::validateCurrency | Validates the currency that is used with an advanced ledger entry. |
| ::validateLedgerDimension | Validates the specified ledger dimension. |
Community Additions
ADD
Show: