Created
November 7, 2012 09:47
-
-
Save cdeckert/4030458 to your computer and use it in GitHub Desktop.
Auto Populate fields while creating a new record in Salesforce / Visualforce
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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