.NET Interop in NAV2009 R2

In this forum message, I wondered why I couldn’t instantiate a System.Xml.Linq.XElement object. The constructor expected an System.Xml.Linq.XName as its parameter, but it seemed XName did not have an appropriate constructor for me to call. Bron : Zen & the Art of C/SIDE Development Lees meer...

Simple Notifications

The situation is composed by calculating an operation from a field of a table. The calculation can be a SUM, COUNT, AVERAGE, MIN or MAX, and the result is compared with a value. The options of comparison can be =, , >, >=, < or