Hello everyone,
I am using the dhtmlxGantt library to create a Gantt chart in Business Central. I have created a configuration page that includes parameters such as scale_height and zoom_level. On this page, I set the values for these parameters.
Now, I want to retrieve these values to use them in the startup.js file for the Gantt chart page. I already have a procedure in the Gantt chart page that retrieves these values as a JSONObject, and I have declared it in the ControlAddIn.
My question is: How can I retrieve these configuration values in startup.js to apply them to the Gantt chart?
Thank you in advance for your help!