Usually this time of year also brings a rash of calls regarding Fiscal Year setup in GP. Fiscal year setup is a very simple thing to do but when you only do it once a year it sometimes intimidates the faint of heart.
Here's how to setup a new fiscal year:
- Navigate to Dynamics GP>>Tools>>setup>>company>>Fiscal Periods
- Put your cursor in the year field and type in the new fiscal year (I.E. 2010)
- Press Tab
- Verify the dates are correct in the date fields
- Verify the number of periods you want in the year. Typically 12.
- Choose calculate
- You can then check off the periods you don't want anyone to post to yet. You can open these whenever you desire.
- If you already have these periods setup you may just need to uncheck the modules to allow posting.
Couple of notes:
- Make sure the dates don't overlap any other year
- Make sure you have all dates covered. GP doesn't like any days missing from one year to the next

Labels: Tech

2 Comments:
how i can know current period and current year by script, please it's urgent ikrami2000@hotmail.com
Hi ikrami,
The fiscal period tables are
SY40100 and SY40101. So to query those tables you could run the following scripts:
select * from sy40100 --Detail
select * from sy40101 --Header
I'm not sure what you mean by current period. If you wanted to explain more what you mean I can try to help.
Thanks,
Doug
Post a Comment
<< Home