AdvancedLedgerEntryLineUtil Class [AX 2012]
The AdvancedLedgerEntryLineUtil class provides the AdvancedLedgerEntryLine table strategies base default values and validation methods.
| Method | Description | |
|---|---|---|
| adjustAmountWithProject | Provides an adjustment to the AmountCurCredit and AmountCurDebit fields in the AdvancedLedgerEntryLine table when the project is selected. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| defaultCostPrice | Provides a default value for the CostPrice field in the AdvancedLedgerEntryLine table. |
| defaultField | Applies the default values for a specific field. |
| defaultJournalizingDefinition | Provides a default value for the JournalizingDefinition field in the AdvancedLedgerEntryLine table. |
| defaultLineNumber | Provides a default value for the LineNumber field in the AdvancedLedgerEntryLine table. |
| defaultProjFundingSource | Provides a default value for the ProjFundingSource field in the AdvancedLedgerEntryLine table. |
| defaultProjLinePropertyId | Provides a default value for the ProjLinePropertyId field in the AdvancedLedgerEntryLine table. |
| defaultProjSalesCurrency | Provides a default value for the ProjSalesCurrency field in the AdvancedLedgerEntryLine table. |
| defaultQuantity | Provides a default value for the Quantity field in the AdvancedLedgerEntryLine table. |
| defaultRow | Applies the default field values for the AdvancedLedgerEntryLine record. |
| defaultSalesPrice | Provides a default value for the SalesPrice field in the AdvancedLedgerEntryLine table. |
| defaultTransactionCurrency | Provides a default value for the TransactionCurrency field in the AdvancedLedgerEntryLine table. |
| defaultTransactionText | Provides a default value for the TransactionText field in the AdvancedLedgerEntryLine table. |
| 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.) |
| initializeAdvancedLedgerEntryHeader | Initializes the AdvancedLedgerEntryHeader record for the current AdvancedLedgerEntryLine record. |
| new | Initializes an instance of the AdvancedLedgerEntryLineUtil 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.) |
| validateField | Validates the value of the specified field. |
| validateJournalizingDefinition | Indicates whether the JournalizingDefinition field in the AdvancedLedgerEntryLine table is valid. |
| validateLedgerDimension | Indicates whether the value of the LedgerDimension field in the AdvancedLedgerEntryLine table is valid. |
| validateProjCategoryId | Indicates whether the value of the ProjCategoryId field of the AdvancedLedgerEntryLine table is valid. |
| validateProjFundingSource | Indicates whether the value of the ProjFundingSource field in the AdvancedLedgerEntryLine table is valid. |
| validateProjId | Indicates whether the value of the ProjId field in the AdvancedLedgerEntryLine table is valid. |
| validateProjSalesCurrency | Indicates whether the value ProjSalesCurrency field in the AdvancedLedgerEntryLine table is valid. |
| validateTransactionCurrency | Indicates whether the value of the TransactionCurrency field in the AdvancedLedgerEntryLine table is valid. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes an instance of the AdvancedLedgerEntryLineUtil class. |
Community Additions
ADD
Show: