SalesTable::findByBankLG Method
Finds a record that is linked to a specified record in the BankLGGuarantee table.
Syntax
client server public static SalesTable findByBankLG(BankLGRefRecId _bankLGRefRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _bankLGRefRecId
Type: BankLGRefRecId Extended Data Type
The record ID of the related record in the BankLGGuarantee table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: SalesTable Table
A record in the SalesTable table; otherwise, an empty record.