2010年12月14日火曜日

Goto View Button

<apex:page >
<apex:form>
<apex:commandButton
action="{!URLFOR($Action.TestObj__c.List, $ObjectType.TestObj__c)}" value="Goto
View"/>
</apex:form>
</apex:page>

1 件のコメント: