I need to add lightning component to opportunity page layout. Like mobile cards. Is there any way to add lightning component to the page layout?
Asked
Active
Viewed 1.4k times
6
-
1AFAIK feature to add lightening component to page layout was supposed to be released in winter 15. But it's missing there. So answer is - for now, its not possible. – ClassCastException Jan 21 '15 at 11:40
3 Answers
5
As of the Spring 15 release while Lightning Components is still in beta, there is no way to surface your lightning component into the standard page layout UI. The only options are:
- Lightning Components Tab
- Lightning App Builder Tab (if on the App Builder pilot)
pchittum
- 19,701
- 5
- 54
- 97
2
Yes there is an Simple way
1) click the setup option(right top)
2) go to Edit Option Page
3) Drag and drop the custom or standard component into the layout
4) Finally save the changes
yoga nanthan
- 19
- 3
-
This doesn't technically answer the question, but upvoted b/c this is the correct solution – willard May 15 '18 at 20:46
0
This can now be done via Visualforce using < apex:includeLightning />
Use Lightning Components in Visualforce Pages
It takes a couple extra steps, but it's not too difficult. I've done it and haven't found too many performance issues.
Bigears
- 1,131
- 2
- 12
- 30