SalesLine.reqTrans Method
Finds the corresponding record in the ReqTrans table for the current sales line record.
Syntax
public ReqTrans reqTrans([RefRecId _reqPlanVersionRefRecId, boolean _forupdate])
Run On
Called
Parameters
- _reqPlanVersionRefRecId
Type: RefRecId Extended Data Type
The record ID of the record in the ReqPlanVersion table to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: ReqTrans Table
A record in the ReqTrans table; otherwise, an empty record.