Tax.validatePerSourceLineTaxType_IN Method [AX 2012]

Validates per source line tax type.

protected boolean validatePerSourceLineTaxType_IN(
    TableId _sourceTableId, 
    RefRecId _sourceRecId, 
    TaxType_IN _taxtype, 
    InventTransId _inventTransId)

Run On

Server

Parameters

_sourceTableId
Type: TableId Extended Data Type
The source table id.
_sourceRecId
Type: RefRecId Extended Data Type
The source rec id.
_taxtype
Type: TaxType_IN Enumeration
The tax type.
_inventTransId
Type: InventTransId Extended Data Type
The invent trans id.

Return Value

Type: boolean
Returns true if the validation succeed.

Reference

Community Additions

ADD
Show: