• William Schoolfield 7
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Trying to do a redirect to account (new) page so I can provide a default.

The following either produces  a stock account page or in some instances no page is shown:

<apex:page standardController="Account" action="{!URLFOR($Action.Account.New, null, ['Name'='Default'],false)}"/>

What is wrong with this? 

Trying to do a redirect to account (new) page so I can provide a default.

The following either produces  a stock account page or in some instances no page is shown:

<apex:page standardController="Account" action="{!URLFOR($Action.Account.New, null, ['Name'='Default'],false)}"/>

What is wrong with this?