Quick Tip: CalcFields vs SetAutoCalcFields in AL
Views (1)
FlowFields in Business Central are not stored in the database. Every time you need their value in AL code, you have to ask for it explicitly. There are two ways to do that: CalcFields SetAutoCalcFields They are not interchangeable, and using the wrong one in the wrong context is one of the more common performance … Read More →
This was originally posted here.

Like
Report
*This post is locked for comments