• Marco Ziccardi
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies

Hi All,

Is it possible to deep link to a visualforce page within the new lightning experience?
I konw it is possible in the old ui, but it looks like is not going to work anymore in the new framework. If there is no way to make it work, do you know if there is a new way to allow deep links for visualforce pages or if there is a new workaround?

Thanks

Hi,

Do you know if it is possible to deep link a custom tab on the left hand navigation?

In my web app I allow the user to login through SSO from Salesforce ( so I use salesforce as authentication provider ), than when the user credentials are ensured i redirect the user to the tab using an aspex url like the following: 

https://{domain}/apex/{VisualforceTabsName}?sfdc.tabName={VisualforceTabsRef}

or a servlet integration link like the following:

https://na15.salesforce.com/servlet/servlet.Integration?lid={lid}&ic=1&linkToken={linkToken}

I got those links simply right clicking the tabs and copy the link, now this is not going to work on the new ligthening experience where the link is something like the following;

https://gs0.lightning.force.com/one/one.app?source=aloha#{token}

Now it seems to me that the token in this case is user specific, so it can't be used as high level reference to the Visualforce tab.

Do you know if there is a way to do the same in the Lightening Experience (Spring 16' release)? Or if there is a different way to achieve the same result?

Thanks
Hi,

Do you know if it is possible to deep link a custom tab on the left hand navigation?

In my web app I allow the user to login through SSO from Salesforce ( so I use salesforce as authentication provider ), than when the user credentials are ensured i redirect the user to the tab using an aspex url like the following: 

https://{domain}/apex/{VisualforceTabsName}?sfdc.tabName={VisualforceTabsRef}

or a servlet integration link like the following:

https://na15.salesforce.com/servlet/servlet.Integration?lid={lid}&ic=1&linkToken={linkToken}

I got those links simply right clicking the tabs and copy the link, now this is not going to work on the new ligthening experience where the link is something like the following;

https://gs0.lightning.force.com/one/one.app?source=aloha#{token}

Now it seems to me that the token in this case is user specific, so it can't be used as high level reference to the Visualforce tab.

Do you know if there is a way to do the same in the Lightening Experience (Spring 16' release)? Or if there is a different way to achieve the same result?

Thanks

Hi All,

Is it possible to deep link to a visualforce page within the new lightning experience?
I konw it is possible in the old ui, but it looks like is not going to work anymore in the new framework. If there is no way to make it work, do you know if there is a new way to allow deep links for visualforce pages or if there is a new workaround?

Thanks

Hi,

Lightening Experience (Spring 16' release) will release the feature to customize the left hand menu with custom objects.
In my package i've created a Visualforce tab and I would like to include the tab automatically on the new lightning experienxe left hand nav menu on package installation.

Do you know if there is a way to do it or each user has to manually include the tab in his own left hand nav?
Hi,

Do you know if it is possible to deep link a custom tab on the left hand navigation?

In my web app I allow the user to login through SSO from Salesforce ( so I use salesforce as authentication provider ), than when the user credentials are ensured i redirect the user to the tab using an aspex url like the following: 

https://{domain}/apex/{VisualforceTabsName}?sfdc.tabName={VisualforceTabsRef}

or a servlet integration link like the following:

https://na15.salesforce.com/servlet/servlet.Integration?lid={lid}&ic=1&linkToken={linkToken}

I got those links simply right clicking the tabs and copy the link, now this is not going to work on the new ligthening experience where the link is something like the following;

https://gs0.lightning.force.com/one/one.app?source=aloha#{token}

Now it seems to me that the token in this case is user specific, so it can't be used as high level reference to the Visualforce tab.

Do you know if there is a way to do the same in the Lightening Experience (Spring 16' release)? Or if there is a different way to achieve the same result?

Thanks