CustVendOpenTransBalancesManager Class [AX 2012]
The CustVendOpenTransBalancesManager class manages an instance of the CustVendTmpOpenTransBalances table.
| Method | Description | |
|---|---|---|
| add | Inserts a record into an instance of the CustVendTmpOpenTransBalances table. |
| calculateBalances | Updates the _updateTmpBalances table buffer balance fields (TransBalanceMst, TransBalanceDisplay, EstimatedCashDiscBalanceMst, EstimatedCashDiscBalanceDisplay). |
| calculateTotal | Calculates the total, based on the specified amounts and exchange rates. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAllTransOpenRecIdsMap | Gets a map that has int64 keys that contain the TransOpenRecId for each record in the instance of the CustVendTmpOpenTransBalances table and real values initialized to 0. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Sets class variables for the CustVendOpenTransBalancesManager 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.) |
| remove | Removes the record that contains the specified TransOpenRecId from an instance of the CustVendTmpOpenTransBalances table. |
| removeAll | Removes all records from the instance of the CustVendTmpOpenTransBalances table. |
| resetAllDisplayMstToDisplayExchRates | Resets the exchange rate used to translate from the monetary standard (MST) currency to the display currency for each CustVendTmpOpenTransBalances record. |
| resetAllTransToTransMstExchRates | Resets the exchange rate that is used to translate from the currency of the transaction to the monetary standard (MST) currency for each CustVendTmpOpenTransBalances record. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sumEstimatedCashBalanceDisplay | Gets the sum of the EstimatedCashDiscBalanceDisplay field for all records in the instance of the CustVendTmpOpenTransBalances table. |
| sumEstimatedCashDiscBalanceMst | Gets the sum of the EstimatedCashDiscBalanceMst field for all records in the instance of the CustVendTmpOpenTransBalances table. |
| sumTransBalanceDisplay | Gets the sum of the TransBalanceDisplay field for all records in the instance of the CustVendTmpOpenTransBalances table. |
| sumTransBalanceMst | Gets the sum of the TransBalanceMst field for all records in the instance of the CustVendTmpOpenTransBalances table. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateAllDisplayMstToDisplayExchRates | Updates the MstToDisplayExchRate field to the value of the _updateMstToDisplayExchRate parameter for each record in the instance of the CustVendTmpOpenTransBalances table. |
| updateAllTransMstToDisplayMstExchRates | Updates the TransMstToDisplayMstExchRate field for each record in the instance of the CustVendTmpOpenTransBalances table. |
| updateAllTransToTransMstExchRates | Updates the TransToMstExchRate field for each record in the instance of the CustVendTmpOpenTransBalances table. |
| updateDisplayMstToDisplayExchRate | Updates the MstToDisplayExchRate field to the value of the _updateMstToDisplayExchRate parameter for the record that corresponds to the _transOpenRecId parameter in the instance of the CustVendTmpOpenTransBalances table. |
| updateEstimatedCashDiscAmount | Updates the EstimatedCashDiscAmount field to the value of the _updateEstimatedCashDiscAmount for the record that corresponds to the _transOpenRecId in the instance of the CustVendTmpOpenTransBalances table. |
| updateMstToDisplayExchRate | Updates the MstToDisplayExchRate field to the value of the _updateMstToDisplayExchRate for the record that corresponds to the _transOpenRecId in the instance of the CustVendTmpOpenTransBalances table. |
| updateRoundOffAmountDisplay | Updates the rounding amount specified for amounts in the display currency. |
| updateTransAmount | Updates the TransAmount field to the value of the _updateTransAmountfor the record that corresponds to the _transOpenRecId in the instance of the CustVendTmpOpenTransBalances table. |
| updateTransMstToDisplayMstExchRate | Updates the TransMstToDisplayMstExchRate field to the value of the _updateTransMstToDisplayMstExchRate parameter for the record that corresponds to the _transCompany parameter and the _transOpenRecId parameter in the instance of the CustVendTmpOpenTransBalances table. |
| updateTransToMstExchRate | Updates the TransToMstExchRate field to the value of the _updateTransToMstExchRate for the record that corresponds to the _transOpenRecId in the instance of the CustVendTmpOpenTransBalances table. |
| updateTransToTransMstExchRate | Updates the TransToMstExchRate field to the value of the _updateTransToMstExchRate parameter for the record that corresponds to the _transOpenRecId parameter in the instance of the CustVendTmpOpenTransBalances 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 | Constructs an instance of the CustVendOpenTransBalancesManager class. |
Community Additions
ADD
Show: