PBAItemLine::reselect Method [AX 2012]

Rereads the data in the map from the database.

client server public static PBAItemLine reselect(PBAItemLine _itemLine, [boolean _forUpdate])

Run On

Called

Parameters

_itemLine
Type: PBAItemLine Map
The map of the record to reread.
_forUpdate
Type: boolean
If the record should be selected for update; optional.

Return Value

Type: PBAItemLine Map
The data map of the record given.

ExceptionCondition
Error

The given map is not correctly instantiated.

Show: