Share via


InventPostingForm.costCodeRange Method [AX 2012]

Creates the range that is used to filter the cost relation based on the data source that called.

Syntax

protected str costCodeRange()

Run On

Called

Return Value

Type: str
A range for the CostCode field and the CostRelation field in the InventPosting table.

Remarks

The range selects records that match the CostGroupId field and the CostGroupType field of the calling buffer that has these fields; otherwise this range matches all records.

See Also

Reference

InventPostingForm Class