Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Best Practices Discussion
- :
- Re: Bulk create opportunities?
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Bulk create opportunit ies?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-01-2008 05:24 PM
Is there a way to create a bunch of opportunities at once? I have hundreds of accounts, and I would like to sell something to all our accounts of one "type." So ideally I would hit a button and then I'd see 100 opportunities appear in the opportunities tab, one for each account.
Is this possible? Or is there a much easier way to do this that I'm missing?
Thanks,
Brian
Is this possible? Or is there a much easier way to do this that I'm missing?
Thanks,
Brian
Re: Bulk create opportunit ies?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-02-2008 11:16 AM
If your org has access to use the API, you could do this in an S-Control (or possibly using Apex, or a combination) but I would rather do the following instead:

Regards
//Johan
- Create a report that lists all of the Accounts you want to add Opps to. Be sure to include the Account ID field
- Export it to Excel
- Decide which fields you want to populate on the Opportunities created and create a column for each of those and then fill them in with values
- Use the Apex Data Loader to upload this into SFDC
Regards
//Johan
Johan Liljegren
http://twitter.com/JohanLiljegren
http://twitter.com/JohanLiljegren
Re: Bulk create opportunit ies?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-02-2008 05:34 PM
Hi Johan,
Thanks for that idea! Unfortunately, we are a 4-person company, so we're using the Group edition. And I don't want to upgrade to enterprise just for this feature!
I would think that my request is somewhat standard, because I just can't imagine that what we want to do is so hard? Then again, at this point it seems that our old Excel spreadsheet method is easier (and cheaper) than salesforce, so maybe I'm barking up the wrong tree?
So thanks anyway! Does anyone else have any ideas?
Brian
Thanks for that idea! Unfortunately, we are a 4-person company, so we're using the Group edition. And I don't want to upgrade to enterprise just for this feature!
I would think that my request is somewhat standard, because I just can't imagine that what we want to do is so hard? Then again, at this point it seems that our old Excel spreadsheet method is easier (and cheaper) than salesforce, so maybe I'm barking up the wrong tree?
So thanks anyway! Does anyone else have any ideas?
Brian
Re: Bulk create opportunit ies?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-04-2008 01:21 PM
Group Edition has access to the Excel Connector? If so you can do the same thing using the Excel Connector. I know it's available for Professional Edition so perhaps it's available for Group as well.
Re: Bulk create opportunit ies?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-11-2008 04:56 PM
Does Group edition have access to s-controls? If so, you could make a "mini-app" with an s-control that you basically fire off whenever you want that would loop through all accounts and create Opportunities for it.
- Tanner Shamrock
- Tanner Shamrock

