CustVendTransSettlement Class [AX 2012]
The CustVendTransSettlement class is used to manage a collection of CustVendTrans records and CustVendSettlement records. These are managed to enable posting as a group and optimize setting of the settlement group field on the CustTransSettlement table.
| Method | Description | |
|---|---|---|
| addSettlement | Adds the specified CustVendSettlement record to the collection. |
| addToCollection | Adds the CustVendTrans record and the CustVendSettlement record to the collection. |
| addTransAndDefaultSettlement | Adds the CustVendTrans record and a default CustVendSettlement record to the collection. |
| addTransAndSettlement | Adds the CustVendTrans record and the CustVendSettlement record to the collection. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| deleteCustTransOpenLine | Deletes the settled open transaction line from the CustTransOpenLine table. |
| deleteCustVendTransOpen | Deletes the specified CustVendTransOpen record and moves the associated CustVendTransCashDisc records to the specified CustVendSettlement record. |
| 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. |
| findTransAndSettlement | Finds the CustVendTrans and CustVendSettlement record for the CustVendTrans record and settlement group. |
| getCustVendSettlementTmp_W | |
| getCustVendTransTmp_W | |
| getSettledAmounts_W | |
| 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 a correctly initialized CustVendSettlement map. |
| initCustVendTransMap | |
| insertCustVendSettlement | Inserts a CustVendSettlement record into the database. |
| insertCustVendTrans | Inserts a CustVendTrans record into the database. |
| insertSettlementLines | Inserts a CustSettlementLine record. |
| markCustVendTransOpenForDelete | Marks the specified CustVendTransOpen record to be deleted. |
| modifyTransAndSettlement | |
| new | Initializes a new instance of the CustVendTransSettlement class. |
| 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. |
| parmCustVendTransSettlementMap_IN | Gets or sets the CustVendTransSettlementMap_IN parameter. |
| parmSettlementEntires | Gets or sets the SettlementEntires parameter. |
| parmVoucherProcessed | Gets or sets the VoucherProcessed parameter. |
| parmVoucherToBeProcessed | Gets or sets the VoucherToBeProcessed parameter. |
| post | Posts all the CustVendTrans records and the CustVendSettlement records. |
| setLedgerVoucher | Sets the value of the ledgerVoucher. |
| 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 | |
| updateSettlementForCustVendTrans | Updates the CustVendSettlement record in the collection. |
| updateTransSettlementOffsetRecId | Updates the OffsetRecId field on the CustVendTrans table and CustVendSettlement table. |
| 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.) |
| ::construct |
Community Additions
ADD
Show: