Tax.validateApplyExcise_IN Method [AX 2012]

Validates the apply excise.

protected boolean validateApplyExcise_IN(
    RefRecId _eccNumber, 
    ExciseRecordType_IN _exciseRecordType, 
    TaxTable _taxTable, 
   [TaxDirection _taxDirection])

Run On

Server

Parameters

_eccNumber
Type: RefRecId Extended Data Type
The ecc number id.
_exciseRecordType
Type: ExciseRecordType_IN Enumeration
The excise record type.
_taxTable
Type: TaxTable Table
The tax table.
_taxDirection
Type: TaxDirection Enumeration
The tax direction.

Return Value

Type: boolean
Returns true if the validation succeed.

Reference

Community Additions

ADD
Show: