BudgetAnalysisInquiryProcessor_PSN Class [AX 2012]
The BudgetAnalysisInquiryProcessor_PSN class contains the main queries and calculation logic for retrieving budget amounts.
It always runs on the server.
| Method | Description | |
|---|---|---|
| addAttributeValueIdRange | Adds an exists joined data source of the DimensionAttributeLevelValue table to the query that is passed in and sets a range on the DimensionAttributeValue field. |
| 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.) |
| getActualsByAccountType | Populates the BudgetAnalysisSummaryTmp_PSN table with aggregated actuals that are associated with actual expenditure transactions from the ledger. |
| getActualsCarryForward | Populates the BudgetAnalysisSummaryTmp_PSN table with aggregated actuals that are associated with actual expenditure transactions from budget control. |
| getActualsLessCarryForward | Populates the BudgetAnalysisSummaryTmp_PSN table with aggregated actual amounts by financial dimension filter by budget category, excluding carry-forward. |
| getBudgetAnalysisBalanceSummaryList | Creates and returns a list of BudgetAnalysisBalance_PSN object lists from the BudgetAnalysisSummaryTmp_PSN table buffer. |
| getBudgetAnalysisLedgerDimensions | Populates the BudgetAnalysisDimProcessingTmp_PSN table with ledger dimensions by building and executing the query based on the given parent attributes. |
| getBudgetAnalysisSummaryFromServer | Creates a packed list of the BudgetPeriodBalance objects that have the aggregated AmountMST values by executing queries on the database. |
| getCalculatedColumns | Populates the BudgetAnalysisSummaryTmp_PSN table with calculated columns by a selected column set. |
| getCarryForwardBudget | Populates the BudgetAnalysisSummaryTmp_PSN table with the aggregated budget amount that is associated with carry-forward budget transactions. |
| getEncumbrance | Populates the BudgetAnalysisSummaryTmp_PSN table with aggregated encumbrances by financial dimension. |
| getEncumbranceForExpenseWithCarryForward | Populates the BudgetAnalysisSummaryTmp_PSN table with the aggregated encumbrances amount that is associated with carry-forward transactions only from budget control. |
| getOriginalBudget | Populates the BudgetAnalysisSummaryTmp_PSN table with the aggregated original budget by financial dimension. |
| getPreEncumbrance | Populates the BudgetAnalysisSummaryTmp_PSN table with aggregated encumbrances by financial dimension. |
| getRevisedBudget | Populates the BudgetAnalysisSummaryTmp_PSN table with the aggregated revised budget by financial dimension. |
| getRevisedBudgetLessCarryForward | Populates the BudgetAnalysisSummaryTmp_PSN table with the aggregated revised budget, excluding amounts that are associated with carry-forward budget transactions. |
| 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 | Instantiates the newly created object of this 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.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmBudgetAnalysisSummaryTmp | Gets or sets the BudgetAnalysisSummaryTmp 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.) |
Community Additions
ADD
Show: