Configure VS for X++ Development

From PPAC, create a new environment. You will need role Global Administrator, Power Platform Administrator or Dynamics 365 Administrator to create a new environment. Select "none" for environment group and add a Dataverse data store. Click next.

Select a security group and enable Dynamics 365 apps but do not select any to install. Click save.

Below is an updated script for creating environments in PPAC. This will ask some basic questions for what you'd like to create and can provision development, sandbox, and production environments for F&O.

 

<#
Interactive Power Platform environment provisioning script

Use Indexes, please.

Don't use transaction blocks that are too large

Don't use row operations, use set operations - always.

"This'll do" in x++

What is an N + 1 query?

Deep dive on top picking batch jobs

Let's simplify publishing new NuGet packages for x++ builds