I have added 35 custom fields to PMCostProjectionLine and the same number of fields to the PMCostProjection to keep Lines summary. Acumatica’s Cost Projection screen itself is pretty slow. The fields I have added doesn’t have any business logic (No code in Graph) but at the DAC level 26 of these fields are using PXFormula to do some calculations and almost all custom fields at the PMCostProjectionLine have SumCalc in their PXFormula to update the PMCostProjection.
The problem I have is being slow navigating between Lines. Just clicking on a line and then another line without any change takes couple of seconds.
When I trace as there are a lots of break I can’t really figure out what causes the performance issue. I disabled the formulas temporarily it was slightly better but didn’t make a real difference.
This fields in the grid have CommitChange = true as I need by changing each value the dependent fields values be refreshed as per the defined formulas.
Has anyone experienced this and is a faster way than using PXFormula and SumCalc?
Any help appreciated.