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

Creating an XDS Policy with performance in mind

Performance issues with custom code can be common.

When should you use a Bundled Batch Job?

When should you use an Individual Task Modeled Batch Job?

Leveraging the RunBaseBatch class in X++ for Dynamics 365 Finance and Operations, or F&O, can be incredibly useful for managing batch processing, particularly when you need processes to run in a single-threaded, controlled manner. Let’s review into the advantages and disadvantages:

Database Inserts - Transaction Data Entity comparison

Add colors to grid lines conditionally.

Database Inserts - Transaction Table Comparison