CustomsBillOfEntryNumberTable_IN::findByCustomsBillOfEntryNumber Method
Reads the CustomsBillOfEntryNumberTable_IN table for the specified record CustomsBillOfEntryNumber_IN.
Syntax
client server public static CustomsBillOfEntryNumberTable_IN findByCustomsBillOfEntryNumber(CustomsBillOfEntryNumber_IN _customsBillOfEntryNumber, [boolean _forUpdate])
Run On
Called
Parameters
- _customsBillOfEntryNumber
Type: CustomsBillOfEntryNumber_IN Extended Data Type
The CustomsBillOfEntryNumber_IN for which CustomsBillOfEntryNumberTable_IN table need to query.
- _forUpdate
Type: boolean
If true, then read the record for updating.
Return Value
Type: CustomsBillOfEntryNumberTable_IN Table
Selected CustomsBillOfEntryNumberTable_IN table record.