Browse by Tags

  • Blog Post: Add attachment stream on SMTP not always working

    This week I did work on a support case where the partner mentioned that adding an attachment from a stream does not always work. The partner delivered a code unit that we used to further analyze the issue. As it was not necessary to further develop a fix for this, we decided to just post the outcome...
  • Blog Post: Reading and Writing Unicode Files using C/AL

    Hello, We have had some partner suggestion for adding Unicode capabilities to the existing Microsoft Dynamics NAV File functions. What we recommend is to use .NET Interop to achieve this functionality. For example, you can use an instance of the System.IO.StreamWriter class to write to an OutStream...
  • Blog Post: Writing Unit Tests in C/AL

    What is a unit? A unit is any code that encapsulates an implementation. It could be one or a combination of individual functions or triggers. Thus, a unit could also refer to a local function. A unit, from the C/AL perspective, has the following: Inputs: Database state, input parameters, global...
Page 1 of 1 (3 items)