Skip to main content

Hi Team,

I am using TAXJAR (in Acumatica Build 22.106.0015) as an external tax provider to calculate taxes. I have a customization on the Sales Order screen. I have written logic in ‘Remove Hold’ action. As per core Acumatica implementation Remove Hold execution results in executing Persist() method and that ultimately initiates the external Tax Provider, which re-calculates taxes.

But I do not want this to happen. So when my custom code executes on Remove Hold the external Tax Plugin Provider should not execute and re-calculate taxes and remains as it is.

Is there a way to achieve this, can you please let me know the best possible way to achieve this.

 

Thank you in advance!

 

Hi @vivekm  I’m not 100% sure but have you tried by setting the IsTaxValid  = True to skip the Tax calculation?


Hi @Naveen Boga thank you for the response. Yes, have tried with that but that doesn’t worked.


Reply