SalesReturn_IN::existsTaxType Method [AX 2012]

This method checks atleast one taxCode, specific to particular tax type is existing or not in a TaxItemGroup.

Syntax

client server public static boolean existsTaxType(TaxItemGroup _taxItemGroup, TaxType_IN _taxType)

Run On

Called

Parameters

Return Value

Type: boolean
Method returns true if atleast one taxCode, specific to particular tax type is existing in a TaxItemGroup

See Also

Reference

SalesReturn_IN Class