TmpTransLineWithholdGrossAmount_IN::findBySource Method
Finds the specified record in the TmpTransLineWithholdGrossAmount_IN table for the given sourceTableId and sourceRecId ID values.
Syntax
client server public static TmpTransLineWithholdGrossAmount_IN findBySource(
TmpTransLineWithholdGrossAmount_IN _tmpTransLineWithholdGrossAmount,
RefTableId _sourceTableId,
RefRecId _sourceRecId)
Run On
Called
Parameters
- _tmpTransLineWithholdGrossAmount
Type: TmpTransLineWithholdGrossAmount_IN Table
The buffer of the TmpTransLineWithholdGrossAmount_IN table.
- _sourceTableId
Type: RefTableId Extended Data Type
The table ID of source.
- _sourceRecId
Type: RefRecId Extended Data Type
The record ID of source.
Return Value
Type: TmpTransLineWithholdGrossAmount_IN Table
The specified TmpTransLineWithholdGrossAmount_IN record; otherwise, an empty record.