You need to sign in to do that
Don't have an account?
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 :
Anyone has a workaround for that?
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?
https://developer.salesforce.com/forums/ChatterAnswersLogin?refURL=https://developer.salesforce.com