CustomsTariffCodeTable_IN::findDirection Method
Reads the CustomsTariffCodeTable_IN table for the specified CustomsTariffCode_IN and direction.
Syntax
client server public static CustomsTariffCodeTable_IN findDirection(
CustomsTariffCode_IN _tariffCode,
Direction_IN _direction,
[boolean _isModified])
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.
- _isModified
Type: boolean
if Modified true, find _direction to find CustomsTariffCodeTable_IN.
Return Value
Type: CustomsTariffCodeTable_IN Table
The selected CustomsTariffCodeTable_IN record.