Skip to content

Instantly share code, notes, and snippets.

@cdeckert
Created November 7, 2012 09:47
Show Gist options
  • Save cdeckert/4030458 to your computer and use it in GitHub Desktop.
Save cdeckert/4030458 to your computer and use it in GitHub Desktop.
Auto Populate fields while creating a new record in Salesforce / Visualforce
<apex:page standardController="MyObject__c" extensions="SObjectFillNameController" action="{!redirect}"></apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment