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
Ravi Dutt SharmaRavi Dutt Sharma 

URL Hacking workaround for SF1 mobile app

I need to open quote standard page with some fields pre-populated. For that I have used URL Hacking (passing parameters in url). This technique works perfectly in browsers but does not work in Salesforce1 app.

Below is the relevant JS code :
 
window.top.location='/0Q0/e?retURL=%2F{!Opportunity.Id}&oppid={!Opportunity.Id}&Name={!Opportunity.Contact_First_Name__c}+{!Opportunity.Contact_Last_Name__c}';

Anyone has a workaround for that?
Lanny KnessLanny Kness
Did you solve this issue? I have the same problem. Thanks.
Lanny KnessLanny Kness
I found this.

https://developer.salesforce.com/forums/ChatterAnswersLogin?refURL=https://developer.salesforce.com