Hello everyone
I recently faced a task to optimize Dynamics AX. To achieve this I wanted to disable unused factboxes which is almost all except parts on two or three forms.
The strategy was to globally turn off factboxes in "System Administration->Setup->Client performance options " (field: SysClientPerf.FactBoxesEnabled) and enable parts on specific forms.
I tried to look in classes like SysFormRun and similar but found nothing that could help me to load parts despite of turned off parameter.
Is it possible to achieve this or should I look for workaround like showing directly on the form necessary information.
Thanks in advance for help.