It’s that time of the year again. Close out the year! Most companies align their fiscal year to the calendar year so right around this time, we usually get a ton of support calls from people that forgot how to close the year end and need a quick refresher. So I made a quick 2Read more
Tag Archives: fiscal year
In Navision, there’s no function that will give you the fiscal year according to what you’ve setup on the Accounting Period table. Here’s a code that will get the current fiscal year based on the accounting period: AccountingPeriod is a record variable to table 50 Date1 and Date2 are date variables AccountingPeriod.RESET; AccountingPeriod.SETRANGE(“New Fiscal Year”,TRUE);Read more
