- Home
- Technical Library
- Boards
- Cookbook
- Code Share
- Blogs
- Partners
-
More
-
Services
- Training & Certification
- Support
-
Galleries
- Force.com Sites Gallery
- Chatter Challenge Entries
-
Other Web Sites
- Salesforce.com
- Database.com
- AppExchange
- CRM Community
-
Discussions
- Announcements
- General Development
- Schema Development
- New to Cloud Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules Discussion
- Security
- Mobile
- Force.com Sites
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby Development
- Adobe Flash Builder for Force.com
- Desktop Integration
- REST API Integration
- Streaming API
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- Excel Connector
- AJAX Toolkit & S-controls
- Force.com Builder & Native Apps
- AppExchange Directory & Packaging
- Force.com Labs Projects
- Open Source
- Site.com
- Jobs Board - Administrators
- Jobs Board - Developers
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
SFDC Quote
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-04-2011 12:42 PM
Hello all,
My company is investigating the Sf quote object, And are wondering how one would do the following:
We want the Bill to and ship to addresses to be imported from the associated account, and a new address (the sold to address) to be imported from the associated opportunity object as soon as someone hits the 'Create New Quote' button.
Thank you for your help,
Greg Coley
Re: SFDC Quote
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-04-2011 02:06 PM
You need to write a trigger on quote object using the event after insert so that the address can get copied from acc into new quote fields
Re: SFDC Quote
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-05-2011 05:49 AM
I had considered a trigger, but will the information all ready be in the fields when the quote object opens up ? It looks like the quote object isn't inserted until after save is pressed.
Another solution I had looked at was using a button in combination with a 'URL hack' as seen here
http://success.salesforce.com/ideaView?c=09a300000
Re: SFDC Quote
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-05-2011 10:00 AM
I guess you need the fields to be copied only if you save the quote right, if you use after insert in triggert that should work , even the button works but the most efficient way is to do the trigger

