There’s no history record for GST Tax Return but not allowed to amend transaction (Original transaction date was locked by non-taxable period.)

Created by Faradyana Azman, Modified on Thu, 24 Sep, 2020 at 1:44 PM by Faradyana Azman

SCENARIO : 

There’s no history record for GST Tax Return but not allowed to amend transaction (Original transaction date was locked by non-taxable period.)





SOLUTION : 


1. Run script to check in Management tools


select * from SYSTEMDATA

where systemdatacode = 'OldGSTValidPostingDate'

or systemdatacode = 'GSTValidPostingDate'


*Result showing there’s some previous record

2. Run script to clear it


Delete from SYSTEMDATA

where systemdatacode = 'OldGSTValidPostingDate'

or systemdatacode = 'GSTValidPostingDate'




DONE 


Refer attachment for details 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article