RLedgerTurnoverTypeCust Class [AX 2012]
The RLedgerTurnoverTypeCust class implements logic for customer turnover statements.
Syntax
class RLedgerTurnoverTypeCust extends RLedgerTurnoverTypeCustVend
Run On
Called
Methods
Method | Description | |
---|---|---|
addMainAccountRange | Adds main account range to the report query. (Inherited from RLedgerTurnoverTypeCustVend.) | |
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. (Overrides the counteragentName Method.) | |
createPrecalcData | Creates precalculated data for a transaction. (Inherited from RLedgerTurnoverTypeCustVend.) | |
description | Gets the description of the class. (Overrides the description Method.) | |
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. (Overrides the fieldAccount Method.) | |
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. (Overrides the fieldCurrencyCode Method.) | |
fieldDefaultDimension | Returns a container holding the table and field IDs for the default dimension field. (Overrides the fieldDefaultDimension Method.) | |
fieldInvoice | Returns the field ID for the transaction field holding the invoice ID. (Overrides the fieldInvoice Method.) | |
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. (Inherited from RLedgerTurnoverTypeCustVend.) | |
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. (Overrides the fieldPostingProfile Method.) | |
fieldSettleAmountCur | Returns the field ID for the settlement transaction field holding the amount in currency. (Overrides the fieldSettleAmountCur Method.) | |
fieldSettleAmountMST | Returns the field ID for the settlement transaction field holding the amount in accounting currency. (Overrides the fieldSettleAmountMST Method.) | |
fieldSettleAmountMSTSec | Returns the field ID for the settlement transaction field holding the amount in reporting currency. (Overrides the fieldSettleAmountMSTSec Method.) | |
fieldSettleExchAdj | Returns the field ID for the settlement transaction field holding the exchange adjustment amount. (Overrides the fieldSettleExchAdj Method.) | |
fieldSettleExchAdjSec | Returns the field ID for the settlement transaction field holding the exchange adjustment amount for reporting currency. (Overrides the fieldSettleExchAdjSec Method.) | |
fieldSettlementDate | Returns a container holding the table and field IDs for the settlement date field. (Overrides the fieldSettlementDate Method.) | |
fieldSettleTransRecId | Returns the field ID for the settlement transaction field holding the transaction record ID. (Overrides the fieldSettleTransRecId Method.) | |
fieldTransDate | Returns a container holding the table and field IDs for the transaction date field. (Overrides the fieldTransDate Method.) | |
fieldTransType | Returns the field ID for the transaction field holding the transaction type. (Overrides the fieldTransType Method.) | |
fieldVoucher | Returns the field ID for the transaction field holding the transaction voucher. (Overrides the fieldVoucher Method.) | |
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. (Inherited from RLedgerTurnoverTypeCustVend.) | |
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 RLedgerTurnoverTypeCustVend.) | |
groupParamDefault | Returns a container holding the default report grouping parameters. (Inherited from RLedgerTurnoverTypeCustVend.) | |
groupParamLabels | Returns a container holding labels for selected report grouping parameters. (Inherited from RLedgerTurnoverTypeCustVend.) | |
groupParamNames | Returns a container holding the list of available report grouping parameters. (Inherited from RLedgerTurnoverTypeCustVend.) | |
groupParamValueName | Returns the description of a particular report grouping parameter value. (Inherited from RLedgerTurnoverTypeCustVend.) | |
groupParamValues | Returns a container of grouping parameter values for the transaction. (Inherited from RLedgerTurnoverTypeCustVend.) | |
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. (Inherited from RLedgerTurnoverTypeCustVend.) | |
keyMainAccount | Returns the name of the Main account report grouping parameter. (Inherited from RLedgerTurnoverTypeCustVend.) | |
ledgerPostingType | Returns a container holding the ledger posting types for counteragent balance transactions. (Overrides the ledgerPostingType Method.) | |
name | Returns the class name. (Inherited from RLedgerTurnoverType.) | |
new | Initializes a new instance of the RLedgerTurnoverTypeCustVend class. (Inherited from RLedgerTurnoverTypeCustVend.) | |
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. (Overrides the reportType Method.) | |
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 RLedgerTurnoverTypeCustVend.) | |
settledTransAmounts | Returns the settled amounts on date for the transaction. (Inherited from RLedgerTurnoverTypeCustVend.) | |
settlementTableId | Returns the table ID of the setllement history table. (Overrides the settlementTableId Method.) | |
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. (Inherited from RLedgerTurnoverTypeCustVend.) | |
transDetails | Returns a container holding document fields for the transaction. (Inherited from RLedgerTurnoverTypeCustVend.) | |
transForm | Returns the name of the transaction form. (Overrides the transForm Method.) | |
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. (Inherited from RLedgerTurnoverTypeCustVend.) | |
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.) |
Top
Inheritance Hierarchy
Object Class
RLedgerTurnoverType Class
RLedgerTurnoverTypeCustVend Class
RLedgerTurnoverTypeCust Class
RLedgerTurnoverTypePrecalcCust Class