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
David Taber 1David Taber 1 

aloharedirect appears not to be working in Summer 18

I am trying to get to a visualforce page from a Lightning quick action button, via URL
it used to be /apex/MyVisualForcePage
then it was one/one.app#/aloharedirect/apex/MyVisualForcePage
as of now, that doesn't work anymore.
neither does /lightning/n/MyVisualForcePage

new URL?
Raj VakatiRaj Vakati
/lightning/n/MyVisualForcePage is correct format ... can you give me code to see the issue 
David Taber 1David Taber 1
No code.
Just a quick action button...simple URL from there.

/apex/New_Person_from_Contact?aid={!Account.Id}&prt=0126A000000T2IZQA0   works, but then I'm not invoking lightning properly
/lightning/n/apex/New_Person_from_Contact?aid={!Account.Id}&prt=0126A000000T2IZQA0      doesn't work
/lightning/n/New_Person_from_Contact?aid={!Account.Id}&prt=0126A000000T2IZQA0      doesn't work
/lightning/n/New_Person_from_Contact    doesn't work

All I get a nicely formatted error indicating URL doesn't exist. 
Maybe I need a file extension on the VisualForcePage???