Share via


InventPostingForm.itemCodeRange Method [AX 2012]

Creates the range that is used to filter the item relation based on the calling data source.

Syntax

protected str itemCodeRange()

Run On

Called

Return Value

Type: str
A range for the ItemCode field and the ItemRelation field in the InventPosting table.

Remarks

The range selects records that match the ItemId field, the ItemGroup field, and the Category field of the calling buffer that has these fields; otherwise, this range matches all records.

See Also

Reference

InventPostingForm Class