PBAItemLine::reselect Method
Rereads the data in the map from the database.
Syntax
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.
Exceptions
Exception | Condition |
---|---|
Error | The given map is not correctly instantiated. |