<aside>
🧠 Tired of losing track of your tasks or struggling to see which event starts or ends first?
A Gantt chart — often used in project management but useful anywhere you have a start and end date — is a powerful way to visualize task sequences at a glance.
Of course, you’ll find plug-and-play components on the AppExchange, but I found was lacking the flexibility to connect to any Salesforce object.
👉 That’s why we built this: in less than 10 minutes, you’ll have a fully customizable Gantt chart running directly inside any Salesforce page.
⚠ Disclaimer: This component is provided for demo purposes. Always test in a sandbox before using it in production. Deployment and code adjustment is done at your own risk.
👉 Want to build project management or business-ready components in your Salesforce org? Let’s talk: Amplee Salesforce consulting company
🧑💻 Website https://www.amplee.tech
</aside>
Make sure you have one object (custom or standard) composed at least of
** Date fields must be in date not Date/Time format*
Access to a Salesforce sandbox (Developer Edition or Scratch Org also works).
Open the Developer Console.
Create the following files:
GenericGanttAura_New.cmp
GenericGanttAura_NewController.js
GenericGanttAura_NewHelper.js
GenericGanttAura_New.css
GenericGanttAura_New.design
Copy/paste the provided code into each file.