Posted inDynamics NAV & BC Tips & tricks
Using .NET Framework Collections
In Microsoft Dynamics NAV, a common development task is to write code that loops through a set of records and performs an operation on each record in the set. You can do the same task in the .NET Framework with a collection, which is a .NET…