CostCalcTransData.key Method [AX 2012]

Generates a key to use to cache costing sheets for the different sets of input data.

Syntax

public CostSheetInputDataKey key()

Run On

Called

Return Value

Type: CostSheetInputDataKey Extended Data Type
A key that represents the input data.

Exceptions

Exception Condition
Error

The key length exceeds the length supported by the extended data type.

Remarks

The costing sheet cache should be used for only 1 line of input data, such as when a consumption of 1 item is reported.

See Also

Reference

CostCalcTransData Class