CustVendOpenTransManager.getCrossRate Method [AX 2012]

Retrieves the cross rate that corresponds to the specified open transaction.

Syntax

public CrossExchRate getCrossRate(CustVendTransOpen _custVendTransOpen)

Run On

Called

Parameters

  • _custVendTransOpen
    Type: CustVendTransOpen Map
    The open transaction for which to obtain the cross rate.

Return Value

Type: CrossExchRate Extended Data Type
The cross rate that corresponds to the specified open transaction.

Remarks

The cross rate converts directly from the currency of the marked transaction to the payment currency.

See Also

Reference

CustVendOpenTransManager Class