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