LedgerBondableTrans_RU Class [AX 2012]
The LedgerBondableTrans_RU class is an abstract bondable transaction.
| Method | Description | |
|---|---|---|
| accountingDate | Is a fluent interface for setting a corresponding property. |
| allocationLevel | Is a fluent interface for setting a corresponding property. |
| amounts | Is a fluent interface for setting amounts. |
| asContainer | Returns or sets all properties as single container. |
| calculateInternalValues | Is a copy of the method of the same name from the GeneralJournalLine table. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clone | Creates a shallow copy of the current object. |
| detailSummary | Is a fluent interface for setting a corresponding property. |
| dimensionDisplayValue | Displays the value of the ledgerDimensionID parameter |
| 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.) |
| groupPropertiesID | Is a fluent interface for setting a corresponding property. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| id | Gets a unique identifier. |
| isCorrection | Is a fluent interface for setting a corresponding property. |
| isCredit | Is a fluent interface for setting a corresponding property. |
| ledgerDimensionID | Is a fluent interface for setting a corresponding property. |
| mergeablePropertiesID | Sets a unique identifier for a set of mergeable properties. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmAccountingCurrencyAmount | Gets or sets the AccountingCurrencyAmount parameter. |
| parmAccountingDate | Gets or sets the AccountingDate parameter. |
| parmAllocationLevel | Gets or sets the AllocationLevel parameter. |
| parmBondBatchTrans_RU | Gets or sets the BondBatchTrans_RU parameter. |
| parmDetailSummary | Gets or sets the DetailSummary parameter. |
| parmGroupCommonPropertiesID | Gets or sets the GroupCommonPropertiesID parameter. |
| parmID | Gets or sets the ID parameter. |
| parmIsCorrection | Gets or sets the IsCorrection parameter. |
| parmIsCredit | Gets or sets the IsCredit parameter. |
| parmLedgerDimensionId | Gets or sets the LedgerDimensionId parameter. |
| parmMergeablePropertiesID | Gets or sets the MergeablePropertiesID parameter. |
| parmPaymentReference | Sets or gets the payment reference of the transaction. |
| parmPostingLayer | Gets or sets the posting layer. |
| parmPostingType | Gets or sets the PostingType parameter. |
| parmQuantity | Gets or sets the Quantity parameter. |
| parmReportingCurrencyAmount | Gets or sets the ReportingCurrencyAmount parameter. |
| parmSourceRecId | Sets or gets the sourceRecId variable. |
| parmSourceTableId | Gets or sets the SourceTableId parameter. |
| parmTransactionCurrencyAmount | Gets or sets the TransactionCurrencyAmount parameter. |
| parmTransactionCurrencyCode | Gets or sets the TransactionCurrencyCode parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Is used for debugging purposes. |
| 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.) |
The transaction is used as an abstract representation of all kinds of transactions that can be bonded. It stores the properties that are required by the bonding process. It is an implementation of the ExpressionBuilder pattern (http://www.martinfowler.com/dslwip/ExpressionBuilder.html) for itself. There are parm* methods for accessing properties, and there are methods without parm for setting properties in ExpressionBuilder style. If a property accessor is not commented, it has the same meaning as a field in the GeneralJournalLine table.
Community Additions
ADD
Show: