
SetLoadFields in AL: When It Helps, and When It Quietly Makes Things Worse
Partial records can cut a slow loop down dramatically, but used carelessly they add a second database round trip per row. Here is how to tell the two apart.
2 min read
Writing
Field notes on the Power Platform, Dynamics 365 CRM and Business Central, written while the detail is still fresh. The code stays in, and so do the trade-offs.
Showing 1 of 8 on Business Central and SQL Server

Partial records can cut a slow loop down dramatically, but used carelessly they add a second database round trip per row. Here is how to tell the two apart.