CustTransMarkedOpenLine::findBySpecRefRecId Method
Gets the CustTransMarkedOpenLine record by using the specified SpecTrans record ID.
Syntax
client server public static CustTransMarkedOpenLine findBySpecRefRecId(
RefRecId _specTransRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _specTransRecId
Type: RefRecId Extended Data Type
The SpecTrans record ID.
- _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
The CustTransMarkedOpenLine record.