RLedgerTurnoverType Class [AX 2012]
The RLedgerTurnoverType class implements base logic for the report types utilized by the RLedgerTurnoverEngine class
| Method | Description | |
|---|---|---|
| addMainAccount | |
| addMainAccountRange | Adds main account range to the report query. |
| addRecIdFilter | Adds record ID filter to the transaction form data source. |
| addToFactureMap | Adds facture information to the facture info cache. |
| amountFieldLabels | Returns a container holding amount field labels. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canSelectParam | Returns a boolean value indicating whether the report parameter can be selected. |
| createPrecalcData | Creates precalculated data for a transaction. |
| description | Gets the description of the class. |
| drillThroughAction | Performs a drill-through action for a particular amount. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fieldAmount | Returns field ID for the transaction field holding the amount. |
| fieldAmountCur | Returns field ID for the transaction field holding the amount in currency. |
| fieldAmountMST | Returns field ID for the transaction field holding the amount in accounting currency. |
| fieldAmountMSTSec | Returns field ID for the transaction field holding the amount in reporting currency. |
| fieldCorrection | Returns field ID for the transaction field holding the correction flag. |
| fieldCurrencyCode | Returns a container holding the table and field IDs for the currency code field. |
| fieldDefaultDimension | Returns a container holding the table and field IDs for the default dimension field. |
| fieldLedgerDimension | Returns a container holding the table and field IDs for the ledger dimension field. |
| fieldMainAccount | Returns a container holding the table and field IDs for the Main account field. |
| fieldOperationsTax | Returns a container holding the table and field IDs for the posting layer field. |
| fieldSettlementDate | Returns a container holding the table and field IDs for the settlement date field. |
| fieldTransDate | Returns a container holding the table and field IDs for the transaction date field. |
| findFacture | Finds the facture journal for the particular voucher and transaction date. |
| findFactureAdvExchAdj | Finds the facture journal of type 'exchange adjustment' for the particular voucher and transaction date. |
| findFactureAdvReport | Finds the facture journal of type 'advance report' for the particular voucher and transaction date. |
| findFactureInvoice | Finds the facture journal of type 'invoice' for the particular voucher and transaction date. |
| findFacturePostingLog | Finds the facture journal for the particular voucher and transaction date using transaction posting log. |
| findFactureSettlement | Finds the facture journal for the particular voucher and transaction date using settlement history. |
| getKeyValue | Returns a key value for a transaction field for filtering purposes. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| groupKeyData | Returns a container holding field IDs of key fields for filtering purposes. |
| groupParamDefault | Returns a container holding the default report grouping parameters. |
| groupParamLabels | Returns a container holding labels for selected report grouping parameters. |
| groupParamNames | Returns a container holding the list of available report grouping parameters. |
| groupParamValueName | Returns the description of a particular report grouping parameter value. |
| groupParamValues | Returns a container of grouping parameter values for the transaction. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isTransIncluded | Returns true if the transaction must be included in the report calculation. |
| keyMainAccount | Returns the name of the Main account report grouping parameter. |
| name | Returns the class name. |
| new | Initializes a new instance of the RLedgerTurnoverType 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.) |
| parmExpandedBalance | Gets or sets the ExpandedBalance parameter. |
| parmUpdateMode | Gets or sets the UpdateMode parameter. |
| query | Returns the packed query of the report type. |
| queryBalance | Returns the packed balance query of the report type. |
| queryRun | Returns the QueryRun instance of the report query. |
| reportType | Returns the type enumeration for the report. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| settledAmount | Returns the settled amount on date for the transaction. |
| settledTransAmounts | Returns the settled amounts on date for the transaction. |
| settlementTableId | Returns the table ID of the setllement history table. |
| showBalanceTrans | Returns true if itemizing balance is the option for this type of the report. |
| showOrigin | Returns true if showing the transaction origin is the option for this type of the report. |
| splitTrans | Returns the buffer containing the split transaction. |
| subTransTableId | Returns the table ID for the subtransaction table. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| transAmounts | Returns a container holding amounts for the transaction. |
| transDetailLabels | Returns the container holding labels for the transaction document fields. |
| transDetails | Returns a container holding document fields for the transaction. |
| transForm | Returns the name of the transaction form. |
| transHeaderTableId | Returns the table ID of the transaction header table. |
| transKeyData | Returns a container holding field IDs of key fields for filtering purposes on the transaction level. |
| transTableId | Returns the table ID of the transaction table. |
| 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.) |
| ::addRangeForDualWarehouseEventHandler | Adds the query range value of dual warehouse for posting layer. |
| ::construct | Creates a new instance of one of the RLedgerTurnoverType class descendants. |
| ::getDefaultDimensionAttributeName | Returns the name of the default dimension attribute. |
| ::getDefaultDimensionDisplayValue | Returns the default dimension attribute display value. |
| ::getLedgerDimensionAttributeName | Returns the ledger dimension attribute name. |
| ::getLedgerDimensionDisplayValue | Returns the ledger dimension attribute display value. |
| ::newInterface | Instantiates a report type class. |
| ::newPrecalcInterface | Instantiates a report type class using precalculated data. |
| ::updatePrecalcData | Performs creation of precalculated transaction data. |
Community Additions
ADD
Show: