New Functionality In Microsoft Dynamics 365 Business Central 2023 Wave 2: Easier Management of System Application Permissions

Microsoft Dynamics 365 Business CentralThis post is part of the New Functionality In Microsoft Dynamics 365 Business Central 2023 Wave 2 series in which I am taking a look at the new functionality introduced in Microsoft Dynamics 365 Business Central 2023 Wave 2.

The fifth of the new functionality in the Development section is Easier management of System Application permissions.

A streamlined and organized permissions management system can save time and effort for IT administrators. Having fewer permissions that an IT administrator needs to grant to users can improve security, simplify administration, increase productivity, enhance compliance, and lead to cost savings for businesses.

Enabled for: Users, automatically
Public Preview: –
General Availability: Oct 2023

Feature Details

Reducing the number of permissions that you need to control in the System Application makes it easier to manage permissions because you need to consider fewer objects. Managing fewer permissions also reduces the risk of permission errors, such as if you or a partner accidentally leave out certain objects in custom permission sets.

Inherent permissions are applied across System Application modules.

For example, Microsoft have reduced the number of objects that require permissions to be set in System Application – Basic by 60 percent. In the remaining objects, you no longer have to manage some individual permissions. For example, you no longer need to manage Read permission for the Language table because everyone needs access to that table.

New Functionality In Microsoft Dynamics 365 Business Central 2023 Wave 2

New Functionality In Microsoft Dynamics 365 Business Central 2023 Wave 2: Responsibility Centers Are Supported for Advance Payments in Czechia

Microsoft Dynamics 365 Business CentralThis post is part of the New Functionality In Microsoft Dynamics 365 Business Central 2023 Wave 2 series in which I am taking a look at the new functionality introduced in Microsoft Dynamics 365 Business Central 2023 Wave 2.

The of the new functionality in the Country and regional section is Responsibility Centers are supported for Advance Payments in Czechia.

This new feature adds support for Responsibility Centers to CZ Advance Payment documents so that Business Central retrieves only the documents relevant for a particular user.

Enabled for: Users, automatically
Public Preview: Oct 2023
General Availability: Oct 2023

Feature Details

Responsibility centers provide the ability to handle administrative centers. A responsibility center can be a cost center, a profit center, an investment center, or other company-defined administrative centers.

You can set up users so that Business Central retrieves only the documents that are relevant for their particular work areas. Users are usually associated with one responsibility center and work only with documents related to specific application areas at that particular center. This feature adds support for Responsibility Centers to the Advance Payment CZ documents.

New Functionality In Microsoft Dynamics 365 Business Central 2023 Wave 2

How To Install Microsoft SQL Server 2022: Change SQL Server Reporting Services maxRequestLength Setting

Microsoft SQL ServerThis article is part of the series on How To Install Microsoft SQL Server 2022; I do not claim to be an expert on SQL Server and this series is installing SQL Server in a development/testing/demo environment. If you’re installing SQL into a production environment there will be additional work required to harden the SQL Server and avoid security issues.

While I no longer work with Microsoft Dynamics GP, I am still cognisant of an error which occurs when deploying the GP SSRS reports. Because of this, I still generally make the required fix, just in case I work with a product which does similar and I can pre-emptively make sure I don’t get the error.

The setting, for SSRS 2022, is in C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\web.config:

content of the web.config file

The highlighted section, above and below, needs to be added to the file on the httpRuntime line:

<httpRuntime executionTimeout="9000" requestValidationMode="2.0" maxRequestLength="20690" />

Once the section has been added, restart SSRS.