Tax.validatePerTaxLine_IN Method [AX 2012]
Validates per tax line.
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
ServerParameters
- _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.
Community Additions
ADD
Show: