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:
  1. 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/


  2. Michaelforce's custom Opportunity-Product entry screen (consolidates Product-selection and the list of selected Products on one screen): http://tinyurl.com/ProductEntryScreen

Comments