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)}”/>
<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