Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

See Also

Trailhead has a nice overview of Page Layouts https://developer.salesforce.com/trailhead/force_com_introduction/customizing_user_interface/ui_page_layouts

Page Layout Notes

  • If the user's profile does not have access to ALL fields in a section via Field-Level Security, then that section heading will not be shown. Nice to know. 
  • If the user's profile does not have access to a lookup field to this object on one of the related objects, the related list will STILL be shown on this object. This is not good. This is why you need different page layouts per Profile.

Different Layout Types

Compact Layouts are for the Salesforce1 Mobile App. Mini Layouts are for Hover links and the Console.

Compact Layouts

https://help.salesforce.com/HTViewHelpDoc?id=compact_layout_overview.htm&language=en_US

https://help.salesforce.com/HTViewHelpDoc?id=compact_layout_notes.htm&language=en_US

Trailhead has a nice overview https://developer.salesforce.com/trailhead/force_com_introduction/customizing_user_interface/ui_nav_buttons_links

The Stack Exchange questions at Make a button on a layout be visible only to a specific group of users have some great suggestions for buttons and links too. 

  • No labels