BankLCImportChargeAllocation_SA::findByLCImportLineCharge Method
Finds the record in the BankLCImportChargeAllocation_SA table by using the import line and charge.
Syntax
client server public static BankLCImportChargeAllocation_SA findByLCImportLineCharge(
BankLCLineRefRecId _bankLCImportLineRecId,
BankLCImportChargeRefRecId_SA _bankLCImportChargeRecId,
[boolean _forUpdate])
Run On
Called
Parameters
- _bankLCImportLineRecId
Type: BankLCLineRefRecId Extended Data Type
The import line record of the record to find.
- _bankLCImportChargeRecId
Type: BankLCImportChargeRefRecId_SA Extended Data Type
The charge record ID of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
Return Value
Type: BankLCImportChargeAllocation_SA Table
A record in the BankLCImportChargeAllocation_SA table; otherwise, an empty record.