By using this website, you agree to our Terms of Use (click here)
Is it possible to re-open a 1099 Year after it has been closed?
When I go into the Close 1099 Year (AP507000) screen and press the CLOSE YEAR button, the Status gets set to Closed, but there is no OPEN YEAR button which would be nice.
Hi Beaker,
I don't know of a way to open a closed 1099 year within the Acumatica application, but you can run this if you have access to the database:
UPDATE AP1099Year SET [Status]='N' WHERE CompanyID=YourCompanyIDHere AND FinYear=2014 AND [Status]='C'
Perfect, that did the trick. I made sure to change "YourCompanyIDHere" to my Company ID.
Don't forget Tim, if you are in a SaaS environment and therefore don't have access to the database, you can always reach out to your reseller. They can open a case with Acumatica and they can run the script on your behalf. Where there's a will, there's a way.
Absolutely. Thanks for pointing that out @shawn-slavin. Resellers are key to Acumatica's success.