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
Amy ThroppAmy Thropp 

How do I show a different page layout for mobile vs. online on computer?

If I want to show a smaller, more compact layout on salesforce1 for my mobile users, but continue to show our current default view when users are using a computer to view salesforce, how do I do that? If you can only have one profile per user and one page layout per profile for a specific record type, how can I do this?
srinu_SFDCsrinu_SFDC
Hi Amy,

You can create a different profile for the mobile user and assign the new page layout to that user. But if you want it for the same profile there is no way currently out of box to do that in Salesforce1. 

Here is an idea posted on IdeaExchange in this regard: https://success.salesforce.com/ideaView?id=08730000000kxyTAAQ

T
hanks,
Y.Srinivas
Amy ThroppAmy Thropp
Thanks, Y.Srinivas. That’s what I was afraid of. Is there a way with a Visualforce page to select one layout vs another based on profile+”mobile or not”? Regards, Amy Thropp DiversiTech Corporation Senior Sales and Marketing Specialist
srinu_SFDCsrinu_SFDC
Technically it can be done(You can look at Flex Page (https://developer.salesforce.com/docs/atlas.en-us.salesforce1.meta/salesforce1/flexipages_whatis.htm?language=en" target="_blank)s). But it will quite a effort from development and testing plus you might lose some Salesforce1 funtionality on visual force like Publisher Action.