Share via


ProjTransCostForecast.currencyIdSales Method [AX 2012]

Returns the currency code for sales amounts that are reported by this transaction.

Syntax

public ProjSalesCurrencyCode currencyIdSales()

Run On

Called

Return Value

Type: ProjSalesCurrencyCode Extended Data Type
The currency code for sales amounts that are reported by this transaction.

Remarks

This method returns an uninitialized value and must be overridden by classes that extend this class to provide the necessary functionality for the specific cost transaction.

See Also

Reference

ProjTransCostForecast Class