Get all active Sales Taxes

SOLVED

Hi,

I am trying to get all active Tax Codes and iit's taxes using .NET SDK.

From tTaxAuth table, I can get all Taxes ,from tTaxCode I am able to get all taxcodes and from tTxCdDtl table I am able to get Tax rate for each Taxcode's tax.

I have removed on Tax from Taxcode listing but still I can see into tTxCdDtl table using SDK and I didn't found any specific status which say its deleted or inactive.

May I know, how I can identify particular tax has been deleted from Taxcode?

Thanks for your help.