CustVendOpenTransManager.checkDisplayMstCurrency Method [AX 2012]

Determines whether the monetary standard (MST) currency of the display company exists in the open transaction company.

Syntax

protected void checkDisplayMstCurrency(CustVendTransOpen _custVendTransOpen)

Run On

Called

Parameters

  • _custVendTransOpen
    Type: CustVendTransOpen Map
    The open transaction for which to check the MST currency.

Exceptions

Exception Condition
Error

The MST currency of the display company does not exist in the open transaction company.

Remarks

For the LedgerJournalTrans records, the company of the customer or vendor account is used to determine whether the MST currency exists. For all other records, the company of the record is used.

See Also

Reference

CustVendOpenTransManager Class