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