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.
Validates per tax line.
Syntax
protected boolean validatePerTaxLine_IN(
RecId _taxRegistrationNumberTableRefRecId,
TaxType_IN _taxType,
LedgerDimensionAccount _ledgerDimension,
TaxModuleType _source,
LedgerDimensionAccount _ledgerDimensionIN,
TableId _sourceTableId,
RecId _sourceRecId,
TaxCode _taxCode,
TaxItemGroup _taxItemGroup,
Percent _claimPercentage)
Run On
Server
Parameters
- _taxRegistrationNumberTableRefRecId
Type: RecId Extended Data Type
The tax registration number table reference rec id.
- _taxType
Type: TaxType_IN Enumeration
The tax type.
- _ledgerDimension
Type: LedgerDimensionAccount Extended Data Type
The ledger dimension.
- _source
Type: TaxModuleType Enumeration
The tax module type.
- _ledgerDimensionIN
Type: LedgerDimensionAccount Extended Data Type
The ledger dimension account.
- _sourceTableId
Type: TableId Extended Data Type
The source table id.
- _sourceRecId
Type: RecId Extended Data Type
The source rec id.
- _taxCode
Type: TaxCode Extended Data Type
The tax code.
- _taxItemGroup
Type: TaxItemGroup Extended Data Type
The tax item group.
- _claimPercentage
Type: Percent Extended Data Type
The claim percentage.
Return Value
Type: boolean
Returns true if the validation succeed.