RLedgerTurnoverTypeCustVend Class [AX 2012]
The RLedgerTurnoverTypeCustVend class implements common logic for customer and vendor turnover statements.
Syntax
class RLedgerTurnoverTypeCustVend extends RLedgerTurnoverType
Run On
Called
Methods
Method | Description | |
---|---|---|
addMainAccountRange | Adds main account range to the report query. (Overrides the addMainAccountRange Method.) | |
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. (Inherited from RLedgerTurnoverType.) | |
counteragentName | Returns a conteragent name for the code. | |
createPrecalcData | Creates precalculated data for a transaction. (Overrides the createPrecalcData Method.) | |
description | Gets the description of the class. (Inherited from RLedgerTurnoverType.) | |
drillThroughAction | Performs a drill-through action for a particular amount. (Inherited from RLedgerTurnoverType.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
fieldAccount | Returns the field ID for the transaction field holding the counteragent account. | |
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. (Inherited from RLedgerTurnoverType.) | |
fieldAmountMST | Returns field ID for the transaction field holding the amount in accounting currency. (Inherited from RLedgerTurnoverType.) | |
fieldAmountMSTSec | Returns field ID for the transaction field holding the amount in reporting currency. (Inherited from RLedgerTurnoverType.) | |
fieldCorrection | Returns field ID for the transaction field holding the correction flag. (Inherited from RLedgerTurnoverType.) | |
fieldCurrencyCode | Returns a container holding the table and field IDs for the currency code field. (Inherited from RLedgerTurnoverType.) | |
fieldDefaultDimension | Returns a container holding the table and field IDs for the default dimension field. (Inherited from RLedgerTurnoverType.) | |
fieldInvoice | Returns the field ID for the transaction field holding the invoice ID. | |
fieldLedgerDimension | Returns a container holding the table and field IDs for the ledger dimension field. (Inherited from RLedgerTurnoverType.) | |
fieldMainAccount | Returns a container holding the table and field IDs for the Main account field. (Overrides the fieldMainAccount Method.) | |
fieldOperationsTax | Returns a container holding the table and field IDs for the posting layer field. (Inherited from RLedgerTurnoverType.) | |
fieldPostingProfile | Returns the field ID for the transaction field holding the posting profile. | |
fieldSettleAmountCur | Returns the field ID for the settlement transaction field holding the amount in currency. | |
fieldSettleAmountMST | Returns the field ID for the settlement transaction field holding the amount in accounting currency. | |
fieldSettleAmountMSTSec | Returns the field ID for the settlement transaction field holding the amount in reporting currency. | |
fieldSettleExchAdj | Returns the field ID for the settlement transaction field holding the exchange adjustment amount. | |
fieldSettleExchAdjSec | Returns the field ID for the settlement transaction field holding the exchange adjustment amount for reporting currency. | |
fieldSettlementDate | Returns a container holding the table and field IDs for the settlement date field. (Inherited from RLedgerTurnoverType.) | |
fieldSettleTransRecId | Returns the field ID for the settlement transaction field holding the transaction record ID. | |
fieldTransDate | Returns a container holding the table and field IDs for the transaction date field. (Inherited from RLedgerTurnoverType.) | |
fieldTransType | Returns the field ID for the transaction field holding the transaction type. | |
fieldVoucher | Returns the field ID for the transaction field holding the transaction voucher. | |
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. (Inherited from RLedgerTurnoverType.) | |
getMainAccountNum | Retrieves the Main account for the transaction. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
groupKeyData | Returns a container holding field IDs of key fields for filtering purposes. (Overrides the groupKeyData Method.) | |
groupParamDefault | Returns a container holding the default report grouping parameters. (Overrides the groupParamDefault Method.) | |
groupParamLabels | Returns a container holding labels for selected report grouping parameters. (Overrides the groupParamLabels Method.) | |
groupParamNames | Returns a container holding the list of available report grouping parameters. (Overrides the groupParamNames Method.) | |
groupParamValueName | Returns the description of a particular report grouping parameter value. (Overrides the groupParamValueName Method.) | |
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. (Overrides the keyMainAccount Method.) | |
ledgerPostingType | Returns a container holding the ledger posting types for counteragent balance transactions. | |
name | Returns the class name. (Inherited from RLedgerTurnoverType.) | |
new | Initializes a new instance of the RLedgerTurnoverTypeCustVend class. (Overrides the new Method.) | |
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. (Inherited from RLedgerTurnoverType.) | |
reportType | Returns the type enumeration for the report. (Inherited from RLedgerTurnoverType.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
settledAmount | Returns the settled amount on date for the transaction. (Overrides the settledAmount Method.) | |
settledTransAmounts | Returns the settled amounts on date for the transaction. (Overrides the settledTransAmounts Method.) | |
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 RLedgerTurnoverType.) | |
showOrigin | Returns true if showing the transaction origin is the option for this type of the report. (Inherited from RLedgerTurnoverType.) | |
splitTrans | Returns the buffer containing the split transaction. (Inherited from RLedgerTurnoverType.) | |
subTransTableId | Returns the table ID for the subtransaction table. (Inherited from RLedgerTurnoverType.) | |
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. (Overrides the transDetailLabels Method.) | |
transDetails | Returns a container holding document fields for the transaction. (Overrides the transDetails Method.) | |
transForm | Returns the name of the transaction form. (Inherited from RLedgerTurnoverType.) | |
transHeaderTableId | Returns the table ID of the transaction header table. (Inherited from RLedgerTurnoverType.) | |
transKeyData | Returns a container holding field IDs of key fields for filtering purposes on the transaction level. (Overrides the transKeyData Method.) | |
transTableId | Returns the table ID of the transaction table. (Inherited from RLedgerTurnoverType.) | |
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.) |
Top
Inheritance Hierarchy
Object Class
RLedgerTurnoverType Class
RLedgerTurnoverTypeCustVend Class
RLedgerTurnoverTypeCust Class
RLedgerTurnoverTypeVend Class