BudgetTransLineType Class [AX 2012]
The BudgetTransLineType class provides the defaulting and validation functions of the BudgetTransactionLine table.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| defaultAccountingCurrencyAmount | Provides a default value for the AccountingCurrencyAmount field of the BudgetTransactionLine table. |
| defaultDate | Provides a default value for the Date field of the BudgetTransactionLine table. |
| defaultField | Applies the default values for a specific field. |
| defaultIncludeInCashFlowForecast | Provides a default value for the IncludeInCashFlowForecast field in the BudgetTransactionLine table. |
| defaultLineNumber | Provides a default value for the LineNumber field in the BudgetTransactionLine table. |
| defaultPrice | Provides a default value for the Price field of the BudgetTransactionLine table. |
| defaultQuantity | Provides a default value for the Quantity field of the BudgetTransactionLine table. |
| defaultRow | Applies the default field values for a BudgetTransactionLine record. |
| defaultTransactionCurrency | Provides a default value for the TransactionCurrency field of the BudgetTransactionLine table. |
| defaultTransactionCurrencyAmount | Provides a default value for the TransactionCurrencyAmount field of the BudgetTransactionLine table. |
| defaultWorkflowStatus | Provides a default value for the WorkflowStatus field in the BudgetTransactionLine table. |
| determineDefaultLineNumber | Determines the line number value for the BudgetTransactionLine record. |
| determineIncludeInCashFlowForecast | Determines the include in cash flow forecast value for the BudgetTransactionLine record. |
| determineWorkflowStatus | Determines the BudgetTransactionWorkflowStatus enumeration value for the BudgetTransactionLine record. |
| 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.) |
| initializeBudgetTransactionHeader | Finds the BudgetTransactionHeader record for the current BudgetTransactionLine record. |
| isConsumerStateTracked | Indicates whether the consumer state is tracked. |
| new | Initializes an instance of the BudgetTransLineType 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.) |
| 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.) |
| validateBudgetType | Determines whether the BudgetType field of the BudgetTransactionLine table is valid. |
| validateField | Validates the value of the specified field. |
| validateLedgerDimension | Determines whether the LedgerDimension field of the BudgetTransactionLine table is valid. |
| validateTaxGroup | Determines whether the TaxGroup field of the BudgetTransactionLine table is valid. |
| validateTransactionCurrency | Determines whether the TransactionCurrency field of the BudgetTransactionLine table is valid. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Constructs an instance of the BudgetTransLineType class. |
Community Additions
ADD
Show: