Salesforce Certified Application Architect

Sunday 29 December 2013

You will want to learn the usage for these common $Actions that you may need to execute from a custom Visualforce page CommandButton or CommandLink, but that are not included in the common set of directly bindable actions:

Share:
<apex:commandButton value=”Share” action=”{!URLFOR($Action.Account.
Share, Account.id)}”/>

Clone:
<apex:commandButton value=”Clone” action=”{!URLFOR($Action.Account.
Clone, Account.id)}”/>

New:
<apex:commandButton value=”New” action=”{!URLFOR($Action.Account.
New)}”/>

Tab:
<apex:commandButton value=”Tab” action=”{!URLFOR($Action.Account.Tab,
$ObjectType.Account)}”/>

No comments:

Post a Comment

Salesforce Certified Application Architect & Certified Data Architecture and Management Designer Exam

How to pass Salesforce Certified Data Architecture and Management Designer Exam This exam was 1st architect exam for me. Its not that muc...