CustomsTariffCodeTable_IN::exist Method
Checks if CustomsTariffCodeTable_IN record exists for specified CustomsTariffCode_IN and Direction_IN.
Syntax
client server public static boolean exist(CustomsTariffCode_IN _tariffCode, Direction_IN _direction)
Run On
Called
Parameters
- _tariffCode
Type: CustomsTariffCode_IN Extended Data Type
The CustomsTariffCode_IN to find CustomsTariffCodeTable_IN record.
- _direction
Type: Direction_IN Enumeration
The Direction_IN to find CustomsTariffCodeTable_IN record.
Return Value
Type: boolean
true if CustomsTariffCodeTable_IN table record found otherwise false.