Posted inDynamics NAV & BC Tips & tricks
Event subscription and performance
When we design and write our code we need to think about performance. We have been used to thinking about database performance, using FindFirst(), FindSet(), IsEmpty() where appropriate. We also need to think about performance when we create our subscriber Codeunits. Bron : Gunnar's Blog Lees…