LedgerMonthlyCloseCheck_CN Class [AX 2012]
The LedgerMonthlyCloseCheck_CN class is used for period close validation.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| 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 | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| 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.) |
| ::checkAdjustmentsSettlementsDone | Checks whether adjustment settlement is completed. |
| ::checkARAPBatchPostingRoutinesDone | Checks whether ARAP batch posting routines are completed. |
| ::checkBridgingAndErrorAccountsZero | Checks whether the value of the bridging and error accounts is 0 (zero). |
| ::checkClosedLastMonth | Checks whether the ledger closed in the previous month. |
| ::checkDataBackup | Checks whether the data is backup data. |
| ::checkGLJournalsPosted | Checks whether the GL journals have been posted. |
| ::checkPLAccountZeroBalance | Checks whether the balance of the PL account is 0 (zero). |
| ::checkRecalculatePeriodBalance | Checks whether the recalculate period is balance. |
| ::checkRelevantModuleJournalsPosted | Checks whether the relevant module journal has been posted. |
| ::existUnpostedInventJournalTrans | Determines whether records exist in the InventJournalTrans table and the InventJournalTable table for the specified date range. |
| ::existUnpostedInventJournalTrans_Tag | Determines whether records exist in the InventJournalTrans_Tag table and the InventJournalTable table for the specified date range. |
| ::existUnpostedLedgerJournalTrans | Determines whether records exist in the LedgerJournalTrans table and in the LedgerJournalTable table for the specified date range. |
| ::existUnpostedProdJournalBOM | Determines whether records exist in the ProdJournalBOM table and the ProdJournalTable table for the specified date range. |
| ::existUnpostedProdJournalProd | Determines whether records exist in the ProdJournalProd table and the ProdJournalTable table for the specified date range. |
| ::existUnpostedProdJournalRoute | Determines whether records exist in the ProdJournalRoute table and the ProdJournalTable table for the specified date range. |
| ::existUnpostedProjJournalTrans | Determines whether records exist in the ProjJournalTrans table and the ProjJournalTable table for the specified date range. |
| ::existUnpostedWMSJournalTrans | Determines whether records exist in the WMSJournalTrans table and the WMSJournalTable table for the specified date range. |
| ::validateARAPBatchPostingRoutinesDone | Validates whether ARAP batch posting routines have been completed. |
| ::validateGLJournalsPosted | Validates whether the GL journal has been posted. |
| ::validateRelevantModuleJournalsPosted | Validates whether the relevant module journal has been posted. |
Community Additions
ADD
Show: