FactureTrans_RU::find Method
Searches for a facture transaction record.
Syntax
client server public static FactureTrans_RU find(
FactureId_RU _factureId,
FactureModule_RU _module,
LineNum _lineNum,
[boolean _update])
Run On
Called
Parameters
- _factureId
Type: FactureId_RU Extended Data Type
The ID of the facture journal.
- _module
Type: FactureModule_RU Enumeration
The FactureModule_RU parameter.
- _lineNum
Type: LineNum Extended Data Type
The line number of the facture transaction.
- _update
Type: boolean
A Boolean value that indicates whether the record should be selected for update.
Return Value
Type: FactureTrans_RU Table
The FactureTrans_RU record that is found.