function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Collen Mayer 6Collen Mayer 6 

Override "New" (Record type screen displaying twice)

All, I'm trying to override "new" on a custom object (SessionsClasses) in order to pass a string to the name field.  I'm using: 
 
<apex:page standardController="AECaseMgmt__SessionsClasses__c"
action="{!URLFOR($Action.AECaseMgmt__SessionsClasses__c.New, null, ['Name'='Default Name'], true)}" />

However, SessionsClasses has four record types, and when I click the new button it takes me to the record type screen twice before allowing for the new record screen.  Any advice?
 
KKNKKN
Hi Collen Mayer

Did u find the solution for this, I am facing the same issue. Please post the solution.