CustTrans_IN::findByCustTrans Method
Finds a CustTrans_IN record for given CustTrans record Id.
Syntax
client server public static CustTrans_IN findByCustTrans(RefRecId _custTransRecId, [boolean _selectForUpdate])
Run On
Called
Parameters
- _custTransRecId
Type: RefRecId Extended Data Type
The CustTrans recId.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: CustTrans_IN Table
A record in the CustTrans_IN table; otherwise, an empty record.