Search this site
Kudotek
Jump To
1) Tools
2) Answers
3) Blog - Latest
4) Blog - All
5) Presentations
6) App Hitlist
7) Salesforce Ideas
8) Data Loader Ideas
Email Kudotek
Follow Kudotek on Twitter
See Kudotek on LinkedIn
Vote for App Hitlist
Blog: Salesforce #DataTipOfTheDay, Tips & Tricks, and Whatever Else
>
Two code tips: (1) Apex error report notifications and (2) improved Product entry screen
posted
Apr 5, 2011, 11:51 AM
by Ezra Kenigsberg
[ updated
Apr 7, 2011, 12:29 PM
]
Came across these two useful bits of code:
Richard Vanhook's custom object & classes for emailing Apex error notifications to a recipient list:
http://richardvanhook.com/2010/10/21/error-notifications-in-apex/
Michaelforce's custom Opportunity-Product entry screen (consolidates Product-selection and the list of selected Products on one screen):
http://tinyurl.com/ProductEntryScreen
Comments