Icons available SalesForce.com
mgsmith | Monday, August 16th, 2010 | 5 Comments »SalesForce.com Icons Available for VisualForce Pages and Formulas
read more...SalesForce.com Icons Available for VisualForce Pages and Formulas
read more...Date Time and Time zone Conversions for Apex code
read more...How to get the VisualForce apex:ActionSupport tag to rerender elements based on field value changes
read more...I had a situation the other day where I needed to hide the Edit & Del links that appear on both the ListView and Related Lists. Luckily in both cases the pages were VisualForce pages, but I did not want to manually recreate the ListViews or Related Lists by hand. My solution was to use jQuery to quickly select and
read more...Aggregate functions in SalesForce.com SOQL
read more...Sorry it’s been so long time since my last blog post. Life and work just seem to get in the way. I recently wanted to setup some custom buttons that could be dynamically hidden or renamed on the page. As you probably know, SalesForce.com does not currently have the ability to hide buttons on a page layout. However, it can
read more...By default, when you click on any standard SalesForce.com Tab for an Object, it brings you to a list of “Recently Viewed” items. I, like many others, find this annoying. I’d much rather that SalesForce.com give us options to change the default View by Tab, ideally for each user Profile. In the mean time, the work-around was to use an
read more...Mass Contact Transfer for SalesForce.com – Part of a multi-part post on developing a visualforce page to allow for mass contact transfers within SalesForce.com
read more...Mass Contact Transfer for SalesForce.com – Part of a multi-part post on developing a visualforce page to allow for mass contact transfers within SalesForce.com
read more...Note: The code for all triggers, classes, and pages can be downloaded as an archived Eclipse IDE Project from here, or you can install this as a package into your Development or Sandbox environment from here. The Business Issues: As an administrator, there are times when I wanted to monitor records deleted, especially for certain users who had a habit of inadvertently or
read more...