by ChadSmith | Aug 20, 2017 | List Views
Let’s say you want to view a list of all of your accounts in the midwest. You might be tempted to create a set of ‘or’ filters for State = WI or State = IL, etc. However, you can simply separate the values with commas to get results much quicker.

by ChadSmith | Apr 27, 2017 | Summer '17
The release notes are now available!
https://releasenotes.docs.salesforce.com/en-us/spring17/release-notes/salesforce_release_notes.htm


by ChadSmith | Apr 12, 2017 | Visualforce
Easy to do with a little JavaScript!
<apex:commandbutton onClick=”window.top.close();” value=”Close”/>

by ChadSmith | Apr 10, 2017 | Visualforce
If you work with Visualforce and the first field on your page is a date you’ll notice that when the page loads it’ll automatically open the date picker which is often not desirable. To fix this simply place this Javascript on your page:
<Script>
function setFocusOnLoad() {}
</Script>
by ChadSmith | Mar 29, 2017 | Spring '17, Trailhead
With Spring ’17 now rolled out to all orgs don’t forget to get up to speed with the Spring ’17 Trailhead!
https://trailhead.salesforce.com/modules/spring_17
