Newer Version Available

This content describes an older version of this product. View Latest

Sample Custom Components for Forecasts Pages

Review samples of custom Aura components that you can implement in Lightning forecasts pages. Lightning forecasts pages don’t support any standard or custom events published from custom components.
Here’s an example of a custom Aura component you can include in your Lightning forecasts page. To appear on the page, custom Aura components implement lightning:availableForForecastingPage. This component applies the context of the selected forecast.

The component calls a JavaScript controller function, handleMessage(), on initialization.