If you are using Lightning Experience then you must be waiting for some key features to roll out in LEX as they are very crucial for your business. Salesforce Product Team is working very hard to deliver things asap but it’s always very hard to deliver all the features due to time constraint. I came across a feature which is being requested by many users to deliver in Lightning Experience and I thought I can build a lightning component to help the community. So I have done with initial managed package version of HTML Email Status Component.
HTML Email Status component lets users see a related list of HTML Email Status where they can track all the emails sent out from Salesforce. This lightning component can be added to Contact and Lead record’s lightning pages.
Installing Component in your Org
In order to add this lightning component, you will have to install a package in your Org. Here are the managed package URL.
Adding component on record page
Once the package has installed you can go to Lightning App Builder to add the component on the record page.
HTML Status Component on the page
GIT Repository
I have created a GIT repository for the source code. You can make any adjustments as per your requirement. You can find the GIT repository here.
By Naveen Sharma
August 7, 2019Hi Naval, I can’t see component in Lightning App Builder. Can you help me? Thx. Christian
By Naveen Sharma
October 1, 2019Can we have same component for Lead. Actually I installed in my sandbox but it is not working as expected.
Any idea belongs to this scenario (Lead)?
By Naveen Sharma
February 11, 2020Hi Naval, I can’t see component in Lightning App Builder. Can you help me?
By Naveen Sharma
March 31, 2020Have you implemented flexipage:availableForAllPageTypes? Make sure your component doesn’t have any error when you load it.