Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
put a command button(add account) in pageblock
if i click that button that will open new account page(create an account page)
Hi,
Place the following line of code in PageBlock.
<apex:commandButton action="{!URLFOR($Action.Account.New)}" value="New Account"/>
Hope it would help !
Hi,
Place the following line of code in PageBlock.
<apex:commandButton action="{!URLFOR($Action.Account.New)}" value="New Account"/>
Hope it would help !