TaxWithholdPeriods_IN::findOther Method
Reads the TaxWithholdPeriods_IN table for the specified parameters.
Syntax
client server public static TaxWithholdPeriods_IN findOther(
TaxWithholdPeriod_IN _period,
TaxWithholdType_IN _taxType,
TransDate _date,
RecId _recId)
Run On
Called
Parameters
- _period
Type: TaxWithholdPeriod_IN Extended Data Type
Tax withhold period for which this find operation will be performed.
- _taxType
Type: TaxWithholdType_IN Enumeration
Tax type , to find the record for.
- _date
Type: TransDate Extended Data Type
Date , to find the record for.
- _recId
Type: RecId Extended Data Type
Record Id ,to find the record for.
Return Value
Type: TaxWithholdPeriods_IN Table
A buffer containing TaxWithholdPeriods_IN table.