Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads the TaxWithholdHead_IN table for the specified parameters.
Syntax
client server public static TaxWithholdHead_IN findByTaxPeriodHead(
TaxWithholdPeriod_IN _taxWithholdPeriod_IN,
TaxWithholdType_IN _taxType,
[boolean _forUpdate])
Run On
Called
Parameters
- _taxWithholdPeriod_IN
Type: TaxWithholdPeriod_IN Extended Data Type
Settlement period used to find the record.
- _taxType
Type: TaxWithholdType_IN Enumeration
Tax type used to find the record.
- _forUpdate
Type: boolean
If true, then read the record for updating.
Return Value
Type: TaxWithholdHead_IN Table
A buffer containing TaxWithholdHead_IN table.