BudgetPlanLineItem Class [AX 2012]
The BudgetPlanLineItem class provides information for a BudgetPlanLine document.
| Method | Description | |
|---|---|---|
| calculateLineNumber | Calculates the line number for the specified parameters. |
| calculatePlanCurrencyAmount | Calculates the value for the PlanCurrencyAmount field of the BudgetPlanLine table. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| defaultBudgetClass | Initializes a value for the BudgetClass field of the BudgetPlanLine table. |
| defaultEffectiveDate | Initializes a value for the EffectiveDate field of the BudgetPlanLine table. |
| defaultEstimateType | Initializes a value for the EstimateType field of the BudgetPlanLine table. |
| defaultField | Applies the default values for the specified field. |
| defaultIsRecurring | Initializes a value for the IsRecurring field of the BudgetPlanLine table. |
| defaultPlanCurrencyCode | Initializes a value for the PlanCurrencyCode field of the BudgetPlanLine table. |
| defaultRow | Applies the default field values for a BudgetPlanLine record. |
| defaultScenarioLineNumber | Provides a default value for the ScenarioLineNumber field in the BudgetPlanLine table. |
| defaultUnitOfMeasure | Initializes a value for the UnitOfMeasure field of the BudgetPlanLine table. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getProcessCycleStartDate | Gets the budget cycle start date for the BudgetCycle field on the BudgetPlanningProcess table. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| modifiedField | Verifies or sets additional field values based on the modified field. |
| modifiedPlanCurrencyAmount | Sets additional field values based on the modified UnitPrice field value. |
| modifiedPlanCurrencyCode | Sets additional field values based on the modified PlanCurrencyCode field value. |
| modifiedQuantity | Sets additional field values based on the modified Quantity field value. |
| modifiedUnitPrice | Sets additional field values based on the modified UnitPrice field value. |
| new | Initializes a new instance of the BudgetPlanLineItem 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.) |
| parmAxBudgetPlanLine | Gets or sets the AxBudgetPlanLine parameter. |
| parmAxBudgetPlanLineDetail | Gets or sets the AxBudgetPlanLineDetail parameter. |
| parmBudgetPlanLine | Gets or sets the BudgetPlanLine 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.) |
| validateEffectiveDate | Indicates whether the EffectiveDate field in the BudgetPlanLine table is valid. |
| validateField | Validates the value for a specific field. |
| validateLedgerDimension | Indicates whether the LedgerDimension field in the BudgetPlanLine table is valid. |
| validatePlanCurrencyCode | Indicates whether the PlanCurrencyCode field in the BudgetPlanLine table is valid. |
| validateUnitOfMeasure | Determines whether the UnitOfMeasure field in the BudgetPlanLine table is valid. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::checkBudgetPlanLineForDelete | Indicates whether the BudgetPlanLine record can be deleted. |
| ::checkBudgetPlanLineForWrite | Indicates whether the BudgetPlanLine record is valid and ready to be written to the database. |
| ::construct | Initializes a new instance of the BudgetPlanLineItem class. |
| ::getBudgetPlanLineEstimateType | Gets the estimate type of the BudgetPlanScenario record. |
| ::sumOfAccountingCurrencyAmountByOrg | Calculates the budget scenario estimate by amount and summarizes it. |
| ::sumOfAccountingCurrencyAmountForHeader | Calculates the budget scenario estimate amount in the accounting currency and summarizes it. |
| ::sumOfPlanQuantityByOrg | Calculates the budget scenario estimate quantity in the base unit. |
| ::sumOfPlanQuantityForHeader | Calculates the budget scenario estimate quantity in the base unit. |
Community Additions
ADD
Show: