BudgetPlanGenerateServiceGenJour Class [AX 2012]
The BudgetPlanGenerateServiceGenJour is used to generate budget plan data from general journal data.
| Method | Description | |
|---|---|---|
| addOrUpdateRecordInTmpTable | Adds or updates the record in the BudgetPlanLineDataGenerationTmp table for bulk insertion. (Inherited from BudgetPlanGenerateService.) |
| adjustAmountByFactor | Calculates the amount by applying the factor to the specified amount. (Inherited from BudgetPlanGenerateService.) |
| applyAccountTypeRanges | Applies the account type ranges on the query. |
| applyFiscalPeriodRanges | Applies the period ranges in the query. |
| bulkInsertBudgetPlanLineSources | Inserts the records in the BudgetPlanLineSource table. (Overrides the bulkInsertBudgetPlanLineSources Method.) |
| bulkInsertOrUpdateBudgetPlanLines | Applies the factor and determines whether the amount is greater than minimum value for budget line.Then performs the rounding on the amount. Finally, adds or updates the record in the BudgetPlanLine table. (Inherited from BudgetPlanGenerateService.) |
| calculateBudgetPlanEffectiveDate | Calculates the BudgetPlanEffectiveDate of BudgetPlanLine table. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canCreateOrUpdateBudgetPlanLine | Determines whether the creation or update of the BudgetPlanLine must be skipped. (Inherited from BudgetPlanGenerateService.) |
| createOrUpdateBudgetPlanHeader | Creates or updates the record in the BudgetPlanHeader table. (Inherited from BudgetPlanGenerateService.) |
| createOrUpdateBudgetPlanLine | Creates or updates the record in the BudgetPlanLine table. (Inherited from BudgetPlanGenerateService.) |
| createQuery | Creates the query object according to the settings which the user defined on the dialog. |
| deleteAllMatchingBudgetPlanLine | Deletes records in the BudgetPlanLine table that match the values in the passed in buffer. (Inherited from BudgetPlanGenerateService.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findRecordInTmpTable | Finds a record in the BudgetPlanLineDataGenerationTmp table that matches the values in the passed in buffer. (Inherited from BudgetPlanGenerateService.) |
| generateBudgetPlanningLedgerDim | Creates a LedgerDimension of type BudgetPlanning. (Inherited from BudgetPlanGenerateService.) |
| generateData | Generates the data in the budget plan tables. (Overrides the generateData Method.) |
| getBudgetClass | Determines the budget class for given ledger dimension account. |
| getDocumentNumberSequence | Generates the document number for a BudgetPlanHeader record. (Inherited from BudgetPlanGenerateService.) |
| getNextScenarioLineNumber | Calculates the next scenario line number for the BudgetPlanLine record. (Inherited from BudgetPlanGenerateService.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getUserDefinedQuery | Returns the query object according to the settings which the user defined on the dialog. (Overrides the getUserDefinedQuery Method.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the BudgetPlanGenerateService object. (Inherited from BudgetPlanGenerateService.) |
| insertTotallingLines | For each line in general ledger falling under user-specified period, this method creates totalling lines based on DimensionAttributeValueTotallingCriteria for main accounts. |
| isAmountGreaterThanMinimumValue | Determines whether the absolute value of the amount is greater or equal to minimum value. (Inherited from BudgetPlanGenerateService.) |
| new | Initializes a new instance of the BudgetPlanGenerateServiceGenJour 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.) |
| parmBudgetPlanGenerateContract | Gets or sets the BudgetPlanGenerateContract parameter. (Overrides the parmBudgetPlanGenerateContract Method.) |
| promptForNonBatchRunOverride | Determines whether to allow the generate process run in non-batch mode. (Inherited from BudgetPlanGenerateService.) |
| recordNotFoundErrorMessage | Returns a message to indicate that no records were found. (Inherited from BudgetPlanGenerateService.) |
| roundAmount | Rounds the amount according to value specified by user. (Inherited from BudgetPlanGenerateService.) |
| roundAmountForCurrency | Rounds the supplied amount. (Inherited from BudgetPlanGenerateService.) |
| setBudgetPlanHeader | Sets the values on a new BudgetPlanHeader record. (Overrides the setBudgetPlanHeader Method.) |
| setBudgetPlanLineDataGenerationTmp | Sets the values on a new BudgetPlanLineDataGenerationTmp record. (Overrides the setBudgetPlanLineDataGenerationTmp Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showTaskCompleteMessage | Shows the task complete message. (Inherited from BudgetPlanGenerateService.) |
| startProcess | Starts the process of data generation. |
| 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.) |
| ::construct | Creates an object of BudgetPlanGenerateServiceGenJour class. |
Community Additions
ADD
Show: