PBAItemLineType.findInventTransId Method [AX 2012]

Returns the current record. In subclasses the method also selects a line for update.

public PBAItemLine findInventTransId(InventTransId inventTransId)

Run On

Called

Parameters

inventTransId
Type: InventTransId Extended Data Type
The InventTransId 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 inventTransId. The findInventTransId method is called before updating the record, and selects the line for update.

Community Additions

ADD
Show: