RLedgerTurnoverTypeable Interface [AX 2012]

The RLedgerTurnoverTypeable interface defines the programming interface which must be implemented in order to be used with the RLedgerTurnoverEngine class

Syntax

interface RLedgerTurnoverTypeable

Run On

Called

Methods

  Method Description
JJ824811.pubmethod(en-us,AX.60).gif addMainAccountRange Adds main account range to the report query.
JJ824811.pubmethod(en-us,AX.60).gif amountFieldLabels Returns a container holding amount field labels.
JJ824811.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ824811.pubmethod(en-us,AX.60).gif canSelectParam Returns a boolean value indicating whether the report parameter can be selected.
JJ824811.pubmethod(en-us,AX.60).gif createPrecalcData Creates precalculated data for a transaction.
JJ824811.pubmethod(en-us,AX.60).gif description Gets the description of the class.
JJ824811.pubmethod(en-us,AX.60).gif drillThroughAction Performs a drill-through action for a particular amount.
JJ824811.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ824811.pubmethod(en-us,AX.60).gif fieldAmount Returns field ID for the transaction field holding the amount.
JJ824811.pubmethod(en-us,AX.60).gif fieldCorrection Returns field ID for the transaction field holding the correction flag.
JJ824811.pubmethod(en-us,AX.60).gif fieldCurrencyCode Returns a container holding the table and field IDs for the currency code field.
JJ824811.pubmethod(en-us,AX.60).gif fieldDefaultDimension Returns a container holding the table and field IDs for the default dimension field.
JJ824811.pubmethod(en-us,AX.60).gif fieldLedgerDimension Returns a container holding the table and field IDs for the ledger dimension field.
JJ824811.pubmethod(en-us,AX.60).gif fieldMainAccount Returns a container holding the table and field IDs for the Main account field.
JJ824811.pubmethod(en-us,AX.60).gif fieldOperationsTax Returns a container holding the table and field IDs for the posting layer field.
JJ824811.pubmethod(en-us,AX.60).gif fieldSettlementDate Returns a container holding the table and field IDs for the settlement date field.
JJ824811.pubmethod(en-us,AX.60).gif fieldTransDate Returns a container holding the table and field IDs for the transaction date field.
JJ824811.pubmethod(en-us,AX.60).gif getKeyValue Returns a key value for a transaction field for filtering purposes.
JJ824811.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ824811.pubmethod(en-us,AX.60).gif groupKeyData Returns a container holding field IDs of key fields for filtering purposes.
JJ824811.pubmethod(en-us,AX.60).gif groupParamDefault Returns a container holding the default report grouping parameters.
JJ824811.pubmethod(en-us,AX.60).gif groupParamLabels Returns a container holding labels for selected report grouping parameters.
JJ824811.pubmethod(en-us,AX.60).gif groupParamNames Returns a container holding the list of available report grouping parameters.
JJ824811.pubmethod(en-us,AX.60).gif groupParamValueName Returns the description of a particular report grouping parameter value.
JJ824811.pubmethod(en-us,AX.60).gif groupParamValues Returns a container of grouping parameter values for the transaction.
JJ824811.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ824811.pubmethod(en-us,AX.60).gif isTransIncluded Returns true if the transaction must be included in the report calculation.
JJ824811.pubmethod(en-us,AX.60).gif keyMainAccount Returns the name of the Main account report grouping parameter.
JJ824811.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
JJ824811.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.)
JJ824811.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.)
JJ824811.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ824811.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ824811.pubmethod(en-us,AX.60).gif parmExpandedBalance Gets or sets the ExpandedBalance parameter.
JJ824811.pubmethod(en-us,AX.60).gif query Returns the packed query of the report type.
JJ824811.pubmethod(en-us,AX.60).gif queryBalance Returns the packed balance query of the report type.
JJ824811.pubmethod(en-us,AX.60).gif queryRun Returns the QueryRun instance of the report query.
JJ824811.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ824811.pubmethod(en-us,AX.60).gif settledAmount Returns the settled amount on date for the transaction.
JJ824811.pubmethod(en-us,AX.60).gif settledTransAmounts Returns the settled amounts on date for the transaction.
JJ824811.pubmethod(en-us,AX.60).gif settlementTableId Returns the table ID of the setllement history table.
JJ824811.pubmethod(en-us,AX.60).gif showBalanceTrans Returns true if itemizing balance is the option for this type of the report.
JJ824811.pubmethod(en-us,AX.60).gif showOrigin Returns true if showing the transaction origin is the option for this type of the report.
JJ824811.pubmethod(en-us,AX.60).gif splitTrans Returns the buffer containing the split transaction.
JJ824811.pubmethod(en-us,AX.60).gif subTransTableId Returns the table ID for the subtransaction table.
JJ824811.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ824811.pubmethod(en-us,AX.60).gif transAmounts Returns a container holding amounts for the transaction.
JJ824811.pubmethod(en-us,AX.60).gif transDetailLabels Returns the container holding labels for the transaction document fields.
JJ824811.pubmethod(en-us,AX.60).gif transDetails Returns a container holding document fields for the transaction.
JJ824811.pubmethod(en-us,AX.60).gif transHeaderTableId Returns the table ID of the transaction header table.
JJ824811.pubmethod(en-us,AX.60).gif transKeyData Returns a container holding field IDs of key fields for filtering purposes on the transaction level.
JJ824811.pubmethod(en-us,AX.60).gif transTableId Returns the table ID of the transaction table.
JJ824811.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.)
JJ824811.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ824811.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  RLedgerTurnoverTypeable Interface