CustVendOpenTransBalancesManager Class [AX 2012]

The CustVendOpenTransBalancesManager class manages an instance of the CustVendTmpOpenTransBalances table.

class CustVendOpenTransBalancesManager

Run On

Called

  MethodDescription
Gg839649.pubmethod(en-us,AX.60).gif add Inserts a record into an instance of the CustVendTmpOpenTransBalances table.
Gg839649.protmethod(en-us,AX.60).gif calculateBalances Updates the _updateTmpBalances table buffer balance fields (TransBalanceMst, TransBalanceDisplay, EstimatedCashDiscBalanceMst, EstimatedCashDiscBalanceDisplay).
Gg839649.protmethod(en-us,AX.60).gif calculateTotal Calculates the total, based on the specified amounts and exchange rates.
Gg839649.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg839649.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg839649.pubmethod(en-us,AX.60).gif 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.
Gg839649.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg839649.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg839649.protmethod(en-us,AX.60).gif new Sets class variables for the CustVendOpenTransBalancesManager class.
Gg839649.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg839649.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg839649.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg839649.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg839649.pubmethod(en-us,AX.60).gif remove Removes the record that contains the specified TransOpenRecId from an instance of the CustVendTmpOpenTransBalances table.
Gg839649.pubmethod(en-us,AX.60).gif removeAll Removes all records from the instance of the CustVendTmpOpenTransBalances table.
Gg839649.pubmethod(en-us,AX.60).gif resetAllDisplayMstToDisplayExchRates Resets the exchange rate used to translate from the monetary standard (MST) currency to the display currency for each CustVendTmpOpenTransBalances record.
Gg839649.pubmethod(en-us,AX.60).gif 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.
Gg839649.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg839649.pubmethod(en-us,AX.60).gif sumEstimatedCashBalanceDisplay Gets the sum of the EstimatedCashDiscBalanceDisplay field for all records in the instance of the CustVendTmpOpenTransBalances table.
Gg839649.pubmethod(en-us,AX.60).gif sumEstimatedCashDiscBalanceMst Gets the sum of the EstimatedCashDiscBalanceMst field for all records in the instance of the CustVendTmpOpenTransBalances table.
Gg839649.pubmethod(en-us,AX.60).gif sumTransBalanceDisplay Gets the sum of the TransBalanceDisplay field for all records in the instance of the CustVendTmpOpenTransBalances table.
Gg839649.pubmethod(en-us,AX.60).gif sumTransBalanceMst Gets the sum of the TransBalanceMst field for all records in the instance of the CustVendTmpOpenTransBalances table.
Gg839649.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg839649.pubmethod(en-us,AX.60).gif updateAllDisplayMstToDisplayExchRates Updates the MstToDisplayExchRate field to the value of the _updateMstToDisplayExchRate parameter for each record in the instance of the CustVendTmpOpenTransBalances table.
Gg839649.pubmethod(en-us,AX.60).gif updateAllTransMstToDisplayMstExchRates Updates the TransMstToDisplayMstExchRate field for each record in the instance of the CustVendTmpOpenTransBalances table.
Gg839649.pubmethod(en-us,AX.60).gif updateAllTransToTransMstExchRates Updates the TransToMstExchRate field for each record in the instance of the CustVendTmpOpenTransBalances table.
Gg839649.pubmethod(en-us,AX.60).gif 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.
Gg839649.pubmethod(en-us,AX.60).gif 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.
Gg839649.pubmethod(en-us,AX.60).gif 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.
Gg839649.pubmethod(en-us,AX.60).gif updateRoundOffAmountDisplay Updates the rounding amount specified for amounts in the display currency.
Gg839649.pubmethod(en-us,AX.60).gif 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.
Gg839649.pubmethod(en-us,AX.60).gif 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.
Gg839649.pubmethod(en-us,AX.60).gif 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.
Gg839649.pubmethod(en-us,AX.60).gif 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.
Gg839649.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg839649.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg839649.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg839649.pubmethod(en-us,AX.60).gif Gg839649.static(en-us,AX.60).gif ::construct Constructs an instance of the CustVendOpenTransBalancesManager class.
Top

The class supports adding and removing records from the table, and updating the amount and exchange rate fields of the table. It also supports calculating the balances for a record in the table and calculating the sum of each of the balance fields for all records in the table.

Object Class
  CustVendOpenTransBalancesManager Class

Community Additions

ADD
Show: