PBAItemLineType_Salesline.findInventTransId Method [AX 2012]

Finds the current record.

public PBAItemLine findInventTransId(InventTransId inventTransId)

Run On

Called

Parameters

inventTransId
Type: InventTransId Extended Data Type
The InventTransId type of the line to be selected again.

Return Value

Type: PBAItemLine Map
An item line record of the same type as the initial record type.

This method is overridden on some subclasses to reselect the line specified by the inventTransId parameter. The findInventTransId method is called before updating the record, and selects the line for update.

Community Additions

ADD
Show: