This page shows an example on how to use Gantt chart to show a parent and its children. I used Account object for it, but the below code will work for any standard custom object as long as there is a ParentId field. Apex Controller: Visualforce Page:
Category Archives: Interview
Gantt Chart Integration
This page shows an example on how to embed dhtmlx-gantt chart on Visualforce page. Using the same approach, we can embed on AURA and LWC components as well. Download open source JavaScript Gantt chart javascript libraries from the below link: https://github.com/DHTMLX/gantt/tree/master/codebase More examples on Gantt chart can be found in the below link: https://www.npmjs.com/package/dhtmlx-gantt Static Resource:Continue reading “Gantt Chart Integration”
Eclipse to SFDX migration
It is always cumbersome to move between IDE and also keep track of new enhancements. Hence i thought i throw some light on few items to take care when migrating your code from eclipse folder structure to SFDX deployments. List of errors that you may encounter: null is not a supported form factor. If youContinue reading “Eclipse to SFDX migration”