You need to sign in to do that
Don't have an account?
VarunC
Why Standard “New” action link override in Salesforce1 having RecordType not working?
I've a Custom Object, and it has 3 RecordTypes. In my app, I've added an override for the "New" action link with a Visualforce Page.
Now in app (from desktop browser) the New button redirects and open RecordType wizard first, and then when clicked COntinue on screen, it opens my VF page.
In Salesforce1 app, when New button is clicked, it opens RecordType selection wizard page, but when clicked Continue, it opens my VF page "without" passing any RecordType selection value in the URL.
How do we tackle this in Salesforce1? I read the documentations, it says Link Overrides does not work in Salesforce1, but then why does it open our override when we clicked New button? I though since overrides are not supported in Salesforce1, it will simply detect and open Standard New interface part of Salesforce1 interface automatically.
Can anyone here suggest how to I make my New button work efficiently in both environments?
Now in app (from desktop browser) the New button redirects and open RecordType wizard first, and then when clicked COntinue on screen, it opens my VF page.
In Salesforce1 app, when New button is clicked, it opens RecordType selection wizard page, but when clicked Continue, it opens my VF page "without" passing any RecordType selection value in the URL.
How do we tackle this in Salesforce1? I read the documentations, it says Link Overrides does not work in Salesforce1, but then why does it open our override when we clicked New button? I though since overrides are not supported in Salesforce1, it will simply detect and open Standard New interface part of Salesforce1 interface automatically.
Can anyone here suggest how to I make my New button work efficiently in both environments?
http://salesforce.stackexchange.com/questions/24485/does-salesforce1-support-custom-buttons
http://salesforce.stackexchange.com/questions/28055/salesforce1-add-standard-actions-in-page-layout
For the Salesforce1 version of this, you would need to find or reverse engineer what it natively does if you override the functionality.
Here's an idea of it on Account:
NewAccount.page
NewAccountController.cls
Cheers,
Nathan