When i am Updating the Open Trancation of the Vendor It is getting error of
Processing item failed: Object reference not set to an instance of an object.. Details: Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Dynamics365.Tax.Core.TaxEngineTaxJournalObject.journalLines()
at Microsoft.Dynamics365.Tax.Core.Runtime.TaxJournalAccountingProcessor.process()
at Microsoft.Dynamics365.Tax.Core.TaxEngine.calculate(ITaxableDocument _taxableDocument, TaxEngineCalculationParameter _processorParameter)
and this error araises for a limited vendors
If i clicked on edit it redirects to the following Method in classes.
private static void validateTaxEngineCalculationResult(TaxEngineCalculationResult _result, boolean _silent = true)
{
;
if (!_result.isSuccessful())
{
if (_result.parmLog())
{
throw error(_result.parmLog().getFullErrorMessage());
}
throw error("@GLP31225");
}
}
and the cursor appears on throw error(_result.parmLog().getFullErrorMessage());
Can Anyone solve this please.
Regards,
Tharun
*This post is locked for comments
I have the same question (0)