Data must have owner id, begin date in format yyyy-mm-dd and the quota amount. I found this under help in the document Enabling Quotas in Forecasts.
I had my budget data in a single record by account.
I wrote a trigger to aggregate by account owner for each month, Formatted 12 records for each account owner, then inserted the records with the corresponding month.
Got the problem resolved. I found the necessary fomats.
All Answers
if you have csv file of Data then you can upload this on Salesforce org using Data Loader tool
Please mark this as solutuion and give me kudos if I is helpful
Got the problem resolved. I found the necessary fomats.
Great can you please share your solution so this will be useful for others...
Data must have owner id, begin date in format yyyy-mm-dd and the quota amount. I found this under help in the document Enabling Quotas in Forecasts.
I had my budget data in a single record by account.
I wrote a trigger to aggregate by account owner for each month, Formatted 12 records for each account owner, then inserted the records with the corresponding month.