Visualforce $Action for opening NEW Contact page


/ Published in: XML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!-- Create New Contact Action -->
  2. <apex:outputLink value="{!URLFOR($Action.Contact.NewContact)}">
  3. Create New Contact
  4. </apex:outputLink>

URL: http://www.tgerm.com/2010/10/visualforce-action-code-samples.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.