CustTransSettlement Class [AX 2012]
The CustTransSettlement class is used to manage a collection of CustTrans records and CustSettlement records.
| Method | Description | |
|---|---|---|
| addSettlement | Adds the specified CustVendSettlement record to the collection. (Inherited from CustVendTransSettlement.) |
| addToCollection | Adds the CustVendTrans record and the CustVendSettlement record to the collection. (Inherited from CustVendTransSettlement.) |
| addTransAndDefaultSettlement | Adds the CustVendTrans record and a default CustVendSettlement record to the collection. (Inherited from CustVendTransSettlement.) |
| addTransAndSettlement | Adds the CustVendTrans record and the CustVendSettlement record to the collection. (Inherited from CustVendTransSettlement.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| deleteCustTransOpenLine | Deletes the settled open transaction line from the CustTransOpenLine table. (Overrides the deleteCustTransOpenLine Method.) |
| deleteCustVendTransOpen | Deletes the specified CustVendTransOpen record and moves the associated CustVendTransCashDisc records to the specified CustVendSettlement record. (Inherited from CustVendTransSettlement.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findSettlementForCustVendTrans | Finds the CustVendSettlement record for the CustVendTrans record and settlement group. (Inherited from CustVendTransSettlement.) |
| findTransAndSettlement | Finds the CustVendTrans and CustVendSettlement record for the CustVendTrans record and settlement group. (Inherited from CustVendTransSettlement.) |
| getCustVendSettlementTmp_W | (Inherited from CustVendTransSettlement.) |
| getCustVendTransTmp_W | (Inherited from CustVendTransSettlement.) |
| getSettledAmounts_W | (Inherited from CustVendTransSettlement.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initCustVendSettlementMap | Retrieves an initialized CustVendSettlement map. (Overrides the initCustVendSettlementMap Method.) |
| initCustVendTransMap | (Overrides the initCustVendTransMap Method.) |
| insertCustVendSettlement | Inserts a CustVendSettlement record into the database. (Inherited from CustVendTransSettlement.) |
| insertCustVendTrans | Inserts a CustVendTrans record into the database. (Inherited from CustVendTransSettlement.) |
| insertSettlementLines | Inserts a CustSettlementLine record. (Overrides the insertSettlementLines Method.) |
| markCustVendTransOpenForDelete | Marks the specified CustVendTransOpen record to be deleted. (Inherited from CustVendTransSettlement.) |
| modifyTransAndSettlement | (Inherited from CustVendTransSettlement.) |
| new | Initializes a new instance of the CustVendTransSettlement class. (Inherited from CustVendTransSettlement.) |
| 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.) |
| parmCustSettleJournalizingEntries | Gets or sets the CustSettleJournalizingEntries parameter. (Inherited from CustVendTransSettlement.) |
| parmCustVendTransSettlementMap_IN | Gets or sets the CustVendTransSettlementMap_IN parameter. (Inherited from CustVendTransSettlement.) |
| parmSettlementEntires | Gets or sets the SettlementEntires parameter. (Inherited from CustVendTransSettlement.) |
| parmVoucherProcessed | Gets or sets the VoucherProcessed parameter. (Inherited from CustVendTransSettlement.) |
| parmVoucherToBeProcessed | Gets or sets the VoucherToBeProcessed parameter. (Inherited from CustVendTransSettlement.) |
| post | Posts all the CustVendTrans records and the CustVendSettlement records. (Inherited from CustVendTransSettlement.) |
| setLedgerVoucher | Sets the value of the ledgerVoucher. (Inherited from CustVendTransSettlement.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updatePrevExchRateTrans_W | (Inherited from CustVendTransSettlement.) |
| updateSettlementForCustVendTrans | Updates the CustVendSettlement record in the collection. (Inherited from CustVendTransSettlement.) |
| updateTransSettlementOffsetRecId | Updates the OffsetRecId field on the CustVendTrans table and the CustVendSettlement table. (Overrides the updateTransSettlementOffsetRecId 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.) |
Community Additions
ADD
Show: