CustomsShippingBillNumberTable_IN::findByCustomsShippingBillNumber Method
Reads the CustomsShippingBillNumberTable_IN table for the specified CustomsShippingBillNumber_IN.
Syntax
client server public static CustomsShippingBillNumberTable_IN findByCustomsShippingBillNumber(CustomsShippingBillNumber_IN _customsShippingBillNumber, [boolean _forUpdate])
Run On
Called
Parameters
- _customsShippingBillNumber
Type: CustomsShippingBillNumber_IN Extended Data Type
The CustomsShippingBillNumber_IN to find the CustomsShippingBillNumberTable_IN record.
- _forUpdate
Type: boolean
if true, select record for update.
Return Value
Type: CustomsShippingBillNumberTable_IN Table
The selected CustomsShippingBillNumberTable_IN table record.