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
TTaggTTagg 

URL Hack Page Display Issue

Hey everyone,

I am having an issue with the way a page is displaying with a hacked URL.

I have a new button that overrides the old new opportunity button to prepopulate look up fields. 

Here is my button:

 /006/e?
CF00NF000000CFJSi={!Loan__c.Name}
&CF00NF000000CFJSi_lkid={!Loan__c.Id}
&CF00NF000000CVahZ={!Loan__c.Borrower__c}
&CF00NF000000CVahZ_lkid={!Loan__c.BorrowerId__c}
&opp4={!Loan__c.Portfolio_Owner__c}
&opp4_lkid={!Loan__c.Portfolio_OwnerId__c}&
retURL=/{!Loan__c.Id}&saveURL=/{!Loan__c.Id}

The issue I am having is with the page, it displays another salesforce inside of the existing salesforce page. If anyone has any ideas or work arounds to this that would be awesome! Thank you so much in advance.

  
Best Answer chosen by TTagg
ShashForceShashForce
You should select the Button Behavior as "Display in existing Window without sidebar and header". This should take care of it.

All Answers

Bhawani SharmaBhawani Sharma
On your custom button, Set Behavior = Dispaly in Existing window without sidebar.
ShashForceShashForce
You should select the Button Behavior as "Display in existing Window without sidebar and header". This should take care of it.
This was selected as the best answer
TTaggTTagg
Awesome! Thank you guys for your help.