CustomsShippingBillNumberTable_IN::checkShippingBillNumber Method
Checks if customsShippingBillNumberTable_IN table record exists for specified CustomsShippingBillNumber_IN.
Syntax
client server public static boolean checkShippingBillNumber(CustomsShippingBillNumber_IN _shippingBillNumber)
Run On
Called
Parameters
- _shippingBillNumber
Type: CustomsShippingBillNumber_IN Extended Data Type
The CustomsShippingBillNumber_IN to find the CustomsShippingBillNumberTable_IN record.
Return Value
Type: boolean
true if customsShippingBillNumberTable_IN record is found otherwise, false.