How To

Configure X++ dev for VS 2026

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

Deep dive on top picking batch jobs

In Dynamics 365 Finance & Operations, TableGroup is a design-time classification on a table (and views can also be assigned to a table group). Microsoft describes it as a way to categorize tables according to the type of data they contain, and notes three practical uses. First, it can help define whether the system should prompt users when they update/delete data on pages that use the table as a data source. Second, it can be used to filter records during data export. And lastly, it is a general categorization mechanism for tables/views.

what they mean, when to use them, and what can bite you

When should you use an Individual Task Modeled Batch Job?