Last I heard (Oct) on this one, that they were still working on adding the ability to use 35,000 for non calendar year plans.
The only work around I know:
Plan Specs: code other plan type as DEFINED CONTRIBUTION
(1st screen in plan specs)
Census: other plan(s)[Benefits/Contributions Screen,Plan YTD Amounts] enter a negative value.
employees with comp < 120,000 don't worry about
employees comp > 140,000 enter -5000
otherwise take (comp -120,000) * .25
sorry, its the best I can come up with.
It's a bother, but it works, and I guess there are not a lot of ees you have to worry about.
..........
with service pack 2 they added a report 415.rpt
it is hardcoded at 30,000.
replace the 30000 figure with PLANSTAT.MAXANNADDAMT
you will have to add PLANSTAT to the report.
I have a custom allocation report that will check for 415 (however it will indicate ee is over 415 limit because I can't pull 35000 for non calendar plans. for calendar year plan it should work properly - depending on what the limit is) I have to get the guy in house to add them to our web site if any onbe is interested in using this report.