January 2023 archive

Dynamics 365 Business Central – Sales Invoice Discounts

Companies in price-sensitive markets often need flexible pricing strategies to attract and retain customers. One way to do this is by offering discounts, either individually or to groups of customers.In Microsoft Dynamics 365 Business Central, two sales discounts are available: line and invoice discounts. In a previous article I had discussed the how to offer …

Continue reading

Dynamics 365 Business Central – Sales Line Discounts

Companies in price-sensitive markets often need flexible pricing strategies to attract and retain customers. One way to do this is by offering discounts, either individually or to groups of customers.In Microsoft Dynamics 365 Business Central, two sales discounts are available: line and invoice discounts. The discount features in Microsoft Dynamics 365 Business Central include offering …

Continue reading

Real things I’m asked – Add Test Users to a Business Central Docker Container

Q: How do I add test users to a Microsoft Dynamics 365 Business Central Docker Container? A: You use the Setup-BcContainerTestUsers function in BCContainerHelper to load test users. You can load either Essential or Premium users with the Setup-BcContainerTestUsers function. When working with a Business Central Container that has the following Users: New test users can be added with …

Continue reading

January 2023 Cumulative Updates for Dynamics 365 Business Central and Microsoft Dynamics NAV

The January updates for Microsoft Dynamics NAV and Microsoft Dynamics 365 Business Central are now available. Before applying the updates, you should confirm that your implementation is ready for the upgrade and ensure compatibility with your modifications. Work with a Microsoft Partner to determine if you are ready and what is needed for you to apply …

Continue reading

Dynamics 365 Business Central – TryFunction

The TryFunction attribute in AL, when developing for Microsoft Dynamics 365 Business Central, indicates that a method is a Try method. A Try method in AL enables you to handle errors that occur in the application during code execution. For example, with try methods, you can provide more user-friendly error messages or manage the execution …

Continue reading