Posts Tagged ‘VisualForce’

Icons available Salesforce.com

mgsmith | Monday, August 16th, 2010 | 11 Comments »

SalesForce.com Icons Available for VisualForce Pages and Formulas

read more...

Getting ActionSupport to Rerender Elements on a Page

mgsmith | Wednesday, June 23rd, 2010 | No Comments »

How to get the VisualForce apex:ActionSupport tag to rerender elements based on field value changes

read more...

Hiding Edit Links for Related Lists/Views on a VisualForce Page

mgsmith | Wednesday, June 16th, 2010 | 5 Comments »

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...

Hiding Custom Buttons on a VisualForce Page

mgsmith | Friday, October 16th, 2009 | 13 Comments »

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...

Change a Tab to Open to a Default View

mgsmith | Friday, June 5th, 2009 | 15 Comments »

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 – Part 1 (The Page)

mgsmith | Thursday, April 2nd, 2009 | 10 Comments »

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...