JavaScript – Object defineProperty
In JavaScript, there are different ways to define properties to objects. For example, if we have a Customer class, we can define…
Read article →Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.
In JavaScript, there are different ways to define properties to objects. For example, if we have a Customer class, we can define…
Read article →
The company logo in Dynamics AX is used in different areas such as reporting. To change the company logo, go to the…
Read article →
Microsoft provides sample SQL Server databases called AdventureWorks. You can download the files from the CodePlex website for your relevant SQL Server version here…
Read article →
Object literals are a way to define objects in JavaScript using comma-separated name-value pairs of properties and methods. For example, we can…
Read article →
Carrying on from our previous transport post, we currently have a car class that has some properties. However, a car is a type of vehicle.…
Read article →
In this example and series of examples, I will go through some object oriented and C# concepts. We will use an example…
Read article →
Creating a console application in C# is really easy. Let’s go through a Hello World example. First, create a new project in…
Read article →
In this post I will show how to build SSRS reports in Dynamics AX 2012 R3. Let’s modify the Purchase Order Report.…
Read article →
Node has several web servers available for installation, including http-server: To install, type: npm install http-server -g To start the server, type:…
Read article →
To install the eConnect 10 SDK, download the eConnect SDK from the Microsoft website. Then, extract the ZIP file. You will see…
Read article →
To find the version of an eConnect 9.0 installation, in Windows search for eConnect Release Information: This will open the window: Use…
Read article →
eConnect is located in disk 2 of the Dynamics GP installation. Run Setup.exe and select Install eConnect: Click Next: Click Next: Click…
Read article →