The Gantt Lightning Web Component (LWC) is an upgrade of our existing Project Gantt from a Visualforce component to a Lightning Web Component (LWC), aligning it with the current Salesforce platform architecture and programming language. This upgrade brings a more intuitive user interface, aligned with the Lightning aesthetic. It also enhances performance and scalability.
This help article outlines the required configurations to be able to create and manage Task List projects in the Gantt Lightning Web Component (LWC).
Please Note:
You must be a Salesforce System Administrator to complete the steps below as it requires access to Salesforce Setup.
The “Gantt Version” field in the Project object is used to determine which version of the Gantt to display when you open a project. You will need to make sure that your users have read and write access to this field.
The following permission sets that come out-of-the-box with Inspire Planner already include access to this field:
If you are using custom permission sets, then you will need to edit them to enable access to this field.
Next, you will need to add the "Gantt Version" field to the project page layout you use for task list projects.
You will also need to add the “Gantt Version” field to your Project Lightning record page if you are using Dynamic Forms.
If you are using record types for Projects, you can skip this step. Click here to proceed to the next step.
The Project Lightning record pages that come out-of-the-box with Inspire Planner already contain the Gantt LWC. However, if you are using a custom Project Lightning Record page, you will need to add the Gantt LWC to the page and also set the component visibility.
Please note the following:It is important to apply component visibility so that only 1 version of Gantt is displayed - either Visualforce or LWC. Due to the auto-save function, having both components displayed at the same time will cause conflicts.