Thursday, February 1, 2024

How to create a new Dynamics NAV User from PowerShell

 Prerequisites:

1.       Current Windows User must have admin permission to the SQL Server

2.       Windows PowerShell ISE must have been available in your current terminal.

Step1:

Run Windows PowerShell ISE as an Administrator

 

Step2:

Type the following command on Windows PowerShell ISE


Step3:

Create NAV Server user. This command just create a new user without any associating any permission sets

New-NAVServerUser



Step4:

Assign the request role (Super Role) for the New NAV user created using previous step.

New-NAVServerUserPermissionSet




Business Central SaaS Extension Design: Implementing Plant Tracking with AL Event Subscribers

  Extending Business Central SaaS: Plant Tracking Using AL Extensions  1️⃣ Problem Statement In many manufacturing and service-oriented or...