CustomsBillOfEntryNumberTable_IN::checkBillOfEntryNumber Method
Checks if CustomsBillOfEntryNumberTable_IN table record exists for specified CustomsBillOfEntryNumber_IN.
Syntax
client server public static boolean checkBillOfEntryNumber(CustomsBillOfEntryNumber_IN _billOfEntryNumber)
Run On
Called
Parameters
- _billOfEntryNumber
Type: CustomsBillOfEntryNumber_IN Extended Data Type
The CustomsBillOfEntryNumber_IN for which CustomsBillOfEntryNumberTable_IN table need to query.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.