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:
Author Archives: Sunil Madana
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”
SFDX: Failed to decipher auth data. reason: Unsupported state or unable to authenticate data.
Failed to decipher auth data. reason: Unsupported state or unable to authenticate data. Ever ran into this problem when using SFDX? I faced this issue and did some research and decided to provide my steps to fix this issue. Problem Use-Case: You might have your devHub and other sandbox when you try the below command.Continue reading “SFDX: Failed to decipher auth data. reason: Unsupported state or unable to authenticate data.”
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”
Tutorial for YOU!!!
Want to Jump into GUI Programming? Found this tutorial site for GUI Programming: http://zetcode.com/
Google Hosted JScript Libraries
Found JavaScript frameworks / libraries links that might be useful: AngularJS Chrome Frame Dojo Ext Core jQuery jQuery UI MooTools Prototype script.aculo.us SWFObject WebFont Loader