CustVendOpenTransManager.updateCashDiscAmountPaymCur Method [AX 2012]

Converts the specified cash discount amount from the payment currency to the transaction currency and calls the updateCashDiscAmount method to update the related data.

Syntax

public void updateCashDiscAmountPaymCur(
    CustVendTransOpen _custVendTransOpen, 
    CustVendTransCashDisc _custVendTransCashDisc, 
    AmountCur _updateCashDiscAmountPaymCur)

Run On

Called

Parameters

See Also

Reference

CustVendOpenTransManager Class