• Marco Ziccardi 6
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 1
    Questions
  • 0
    Replies
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