Share via


ProjTrans_Virtual.currencyIdCost Method [AX 2012]

Retrieves the currency code for the costs that are reported by this transaction.

Syntax

public CurrencyCode currencyIdCost()

Run On

Called

Return Value

Type: CurrencyCode Extended Data Type
The currency code for the costs reported by this transaction.

Remarks

The costs are always reported in the company currency. Therefore, this method calls the standardCurrency method of the CompanyInfo class.

See Also

Reference

ProjTrans_Virtual Class