Inspire Planner provides you with the ability to launch a custom Lightning Web Component (LWC) directly from the Project Gantt. This minimizes user clicks, improves efficiency, and provides a more intuitive and user-friendly experience.
For example, you may have a custom LWC to create a service record for a project task. Instead of requiring users to go to the project task to launch the custom LWC, with this feature you are able to add an icon on the project Gantt that, when clicked on, will launch your custom LWC.
Please note:
When designing your custom Lightning Web component, you will need to design it to accept parameters/values from the project task object. This ensures that the data you create/edit via the custom LWC is related to the correct project task record.
You will need to populate the custom settings for the Project Gantt Custom Action Column.
After you've populated the custom settings for your custom LWC, users can now launch your custom LWC directly from the Project Gantt.
The column name you populated for your custom LWC will now display as a column option in the project Gantt. Simply right-click on any column heading and go to Columns.
You will now see the column name for your custom LWC as an option to add to the project Gantt.
When added to the project Gantt, it will display the icon you populated in Action Icon Name. In the example below, we set it to "bolt" so this is the icon users will see when the column is added.
When users click on this icon, it then launches the custom LWC.