Share via


ProjTransCommittedCost.currencyIdSales Method [AX 2012]

Retrieves the currency code for the sales amounts that are reported by a transaction.

Syntax

public ProjSalesCurrencyCode currencyIdSales()

Run On

Called

Return Value

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

Remarks

This abstract method must be overridden by classes that extend this class to provide the necessary functionality for the specific transaction.

See Also

Reference

ProjTransCommittedCost Class