PrintoutTable_RU::findByJournalNum Method
Finds the specified record in the PrintoutTable_RU table.
Syntax
client server public static PrintoutTable_RU findByJournalNum(
PrintoutTableNum_RU _orderId,
PrintoutTypeTable_RU _typeId,
InventLocationId _inventLocationId,
[boolean _forupdate])
Run On
Called
Parameters
- _orderId
Type: PrintoutTableNum_RU Extended Data Type
A PrintoutTableNum_RU value of the PrintoutTable_RU record to find.
- _typeId
Type: PrintoutTypeTable_RU Enumeration
A PrintoutTypeTable_RU value of the PrintoutTable_RU record to find.
- _inventLocationId
Type: InventLocationId Extended Data Type
An InventLocationId value of the PrintoutTable_RU record to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PrintoutTable_RU Table
A record in the PrintoutTable_RU table; otherwise, an empty record.