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
Dawn HarpinDawn Harpin 

URL Hack - in classic

Hi all - our org is not completely moved over to lightning yet - so I have an issue with a URL Button Hack in CLASSIC. 
For my button hack - I want to create a specific case record type from an Account Record and prefill X number of fields, easy enought to do. HOWEVER we have a custom visual force page that our users land on when they click NEW case, from there they select various groups of unique case record types.  My button hack needs to curcumvent that VF landing page and open the specific case record type page layout. Any thoughts on how to do that? 

Here is the current button hack code (which lands me on the custom VF page and not on the specific record type page layout) 
/500/e?
RecordType=01238000000HtvW
&cas14="Current Client Pricing Review for {!Account.Name}"