RLedgerTurnoverType Class [AX 2012]

The RLedgerTurnoverType class implements base logic for the report types utilized by the RLedgerTurnoverEngine class

Syntax

class RLedgerTurnoverType implements RLedgerTurnoverTypeable

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  RLedgerTurnoverType Class
    RLedgerTurnoverTypeCustVend Class
    RLedgerTurnoverTypeEmpl Class
    RLedgerTurnoverTypeLedger Class