Skip to main content
Category

CRM

Adding Object Notes to the Highlights Panel

By CRM, Salesforce CRM

The Highlights Panel in Salesforce Lightning is a great way to quickly see useful information about the record without having to dig deeper.  There are limitations to the panel as you can only add 5 fields plus the record name (e.g., Account, Contact, etc.).  There is also a limitation that Text Area fields cannot be used to display in the panel nor can they be used in a formula. Read More

Creating a VisualForce Page

By CRM, Salesforce CRM

VisualForce pages allow you to create new pages in your Organization.  They can be used to display data for reporting, pop-up windows, and custom user pages to name only a few. These steps are to get you started and familiar with the basics of how visualforce pages work. Read More

Salesforce Standard Controller

By CRM, Salesforce CRM

When using Salesforce to retrieve information on pages and lists, a bunch of actions occur to make it happen.  This is done by built-in controllers behind the scenes.  When you open a record in Accounts View, the standard Account controller provides the data/functionality to the page which then formats it into what you see.  A controller can contain the logic to be executed when a button is clicked. Read More

Skip to content