PBAExecute::findLineModel Method [AX 2012]

Retrieves the currently active product model for the supplied item line.

server public static PBATable findLineModel(PBAItemLine _itemLine)

Run On

Server

Parameters

_itemLine
Type: PBAItemLine Map
The item line map that connects to the product model.

Return Value

Type: PBATable Table
The active product model related to the item line.

The search for the product model is performed by using the product model ID or item ID.

Show: