Archive: C / AL
Configuring a SQL Server database for Microsoft Dynamics NAV & Writing less expensive C / AL code for customizations
It is imperative That while configuring Microsoft Dynamics NAV, the hardware and software from Microsoft Recommendations are taken into Consideration. From Using the latest version of Microsoft Windows, Microsoft SQL Server or other Microsoft products stack THAT ARE Intended To ...
. NET Framework and C / AL Type Mappings
In C / AL, some. NET Framework data types, Such as strings, integers, and DECIMALS, are Automatically converted to C / AL types. Because the types are converted, the. NET Framework versions or thesis types are not supported in C / AL. For example, INSTEAD OF ...
How to: Call. NET Framework Members from C / AL Code
You can call. NET Framework type members, Including methods, properties, and constructors, from C / AL code. To call members, you define a variable type DotNet That the references. NET Framework assembly That type contains the member variable and then call the ...
Calling. NET Framework Members from C / AL Code
You can call. NET Framework type members, Including methods, properties, and constructors, from C / AL code with the DotNet datatype for C / AL variables. This section Provides an overview of the DotNet datatype, guidelines on its use, and aspects about ...
Constants in C / AL
Let's start this post with a little example: In the MSXML library, the XMLDocument class has a method called Create Node, All which accepts an integer Desired Representing the node type as its first parameter. Source: Zen & the Art of ...
Refactoring a C / AL Functions - an example
In a C / SIDE application (Whose true identity Shall Remain unknown, Both to protect the innocent and my job security ;)), I recently read this table in 5050 functioned Contact. Source: Zen & the Art of C / SIDE development Read more ...
Constants in C / AL
Let's start this post with a little example: In the MSXML library, the XMLDocument class has a method called Create Node, All which accepts an integer Desired Representing the node type as its first parameter. Source: Zen & the Art of ...


