[SalesForce] Not able to access lightning record page layouts in Salesforce 1 app

We are working on to roll out Salesforce 1 mobile app for our users.In this process, we are stuck with one issue which is stopping users from accessing the record pages in the same way we access them in lightning.

A Little background: Our current solution is on Lightning, on few objects record page layouts we have embedded VF pages. To make them function in a better way we used Lightning pages 'Tab Panel' and created a new custom tab on the Lightning record pages, under this new tab we are tagging our VF page, with this we don't have any more inline VF pages on the standard page layouts.

enter image description here

But on the Salesforce 1 mobile app, we are seeing the layout is inhering its property from Standard Classic layout but not from the related lightning record page.

enter image description here

With this we are losing out custom tab which is holding the related VF page, the only way we are seeing is to add back the inline VF page back to standard layouts which users are not really comfortable with.

Is there any workaround to create a new tab under record layout in the path of Feed, Details and Related??

Even though it won't solve the complete problem, but one way I am seeing is to add the VF page under "Mobile Cards (Salesforce1 only)" section on the standard page layouts so this page will come under related list. Is there any better way to achieve this?

Best Answer

According to this documentation:

Lightning record, home, and utility bar pages available in: Lightning Experience

And this documentation, the mobile cards are the way to go.

Related Topic