Share via


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

  • _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.

See Also

Reference

PrintoutTable_RU Table