SETAUTOCALCFIELDS Function – in NAV 2015

Sets the FlowFields that you specify to be automatically calculated when the record is retrieved from the database. [OK :=] Record.SETAUTOCALCFIELDS([Field1,Field2, …]) To remove the automatic calculation setting on a field that you previously set with the SETAUTOCALCFIELDS function, you must call SETAUTOCALCFIELDS without parameters. Bron…

CALCFIELDS vs. SETAUTOCALCFIELDS

This week, one of our customers reported a performance problem with Dynamics NAV 2013 R2. The symptoms were an unresponsive system and users unable to login. After some investigation, it turned out that the server was using serious memory: up to 2500 MB. While only 6…