Tax.validateForExcise_IN Method [AX 2012]

Validates whether ECC number is defined or not.

If so, check whether ledger accounts are defined

public void validateForExcise_IN(
    RefRecId _eccNumber, 
    ExciseRecordType_IN _exciseRecordType, 
   [TaxCode _taxCode, 
    TaxDirection _taxDirection])

Run On

Server

Parameters

_eccNumber
Type: RefRecId Extended Data Type
ECC number defined at line level
_exciseRecordType
Type: ExciseRecordType_IN Enumeration
Excise record type defined at line level
_taxCode
Type: TaxCode Extended Data Type
Tax code for line
_taxDirection
Type: TaxDirection Enumeration
Indictates whether it is incoming or outgoing tax

Reference

Community Additions

ADD
Show: