Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page types

Multi Calendar
Displays multiple records of a Dimension as multiple lines in a calendar. On the top horizontal axis it will show all the time information as column headers, and on the left vertical axis it will show all the records as row headers.

A Record Page

A Lightning App Page

Can be wrapped in an Aura-component so that you can add your own version of the calendar
https://gen25-jira.atlassian.net/wiki/spaces/BPD/pages/1767931905/Wrapping+Calendar+Components#B25%3AmultiCalendarWrapper

Single Calendar
Displays a single Dimension record in a calendar (a calendar for just one record). On the top horizontal axis it will show the days as column headers, and on the left vertical axis it will show the time slots as row headers.

A Record Page

Can be wrapped in an Aura-component so that you can add your own version of the calendar
https://gen25-jira.atlassian.net/wiki/spaces/BPD/pages/1767931905/Wrapping+Calendar+Components#B25%3AsingleCalendarWrapper

Mobile Calendar
Used for displaying a single Dimension record in a day view on the Salesforce Mobile app.

Image RemovedImage Added

A Record Page

A Lightning App Builder Page

Can be wrapped in an Aura-component so that you can add your own version of the calendar.

Scheduler Calendar
The Scheduler allows you to create an abstract schedule of a period of time (e.g. a week) which repeats over time. This is specially useful for course-scheduling or other complex scheduling and allows you to plan complex schedules with relative ease.

For the Schedule components, see: Scheduler

...