Define Budget Form: AutoCopy [message #213552] |
Thu, 11 January 2007 04:19 |
kelliherj
Messages: 11 Registered: October 2006 Location: Killarney
|
Junior Member |
|
|
Hi,
I was wondering if anyone could help with this query.
A person on our client team was setting up the budget for next year in GL for one of the orgs on our application and they used the AutoCopy function for that org from 2006 and it has now populated the 2007 budget for every month with all 2006 data.
Can we undo this step?
And how?
Cheers!
|
|
|
|
|
Re: Define Budget Form: AutoCopy [message #335031 is a reply to message #213552] |
Sat, 19 July 2008 12:03 |
slamonty
Messages: 8 Registered: October 2007
|
Junior Member |
|
|
delete all rows created in tables
1)gl_bc_period_map where budget_version_id=(yourbudget_version_id).
2)gl_balances where budget_version_id=(your budget_version_id).
3) update latest_opened_year from 2007 to null
4) Press Open Next Year or Autocopy as you want
|
|
|