CustTransMarkedOpenLine::find Method
Finds a specified CustTransMarkedOpenLine record.
Syntax
client server public static CustTransMarkedOpenLine find(
RecId _custTransMarkedOpenLineId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _custTransMarkedOpenLineId
Type: RecId Extended Data Type
The unique ID of the record to find.
- _forupdate
Type: boolean
A Boolean value that determines whether to select the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A value that is used when the table is not automatically concurrent; optional.
Return Value
Type: CustTransMarkedOpenLine Table
A CustTransMarkedOpenLine table buffer.