Sharing Personal Charts in Dynamics 365

When you create personal charts, you can share them with other users. To do this, first ensure the user is assigned a security role with the User Chart set. Open

PowerShell Introduction

….NET Framework. To run commands, open the Windows PowerShell app: You can then run commands such as changing directory like in DOS. PowerShell also has the concept of “aliasing”, which…

Dynamics 365 Performance Center

open. Press Enable: Now, in another tab, select a record, e.g. an Account record. Press CTRL-SHIFT-Q again. You will see details on the load speed of the form: Go to…

NuGet

…select the package to update and click Update: You can also use the Package Manager Console to run NuGet commands: For example, to install a NuGet package, the command would…

Introduction to Dynamics GP OData

OData was introduced to Dynamics GP in the GP 2016 release. To set up OData, open the GP installation and select OData: Click Accept: Enter the GP server name and

Excel Analysis ToolPak

Excel provides an addin called Analysis ToolPak. To access it, open Excel and go to File->Options: Select Addins->Go: Select Analysis ToolPak and the Analysis ToolPak – VBA options and click…

Python in Visual Studio

To run Python in Visual Studio, open VS and create a new project. Select Python from the left and select Python application: You will see the project below. Enter a…