Page Views hang (performance issue)
When using saved views in pages instead of just applying a filter, it seems like the wrong index is used in the database, so in some cases BC pages gets stuck indefinitely.
To replicate this, in a bigger database, try this:
- Go to Posted Sales Shipme...
STATUS DETAILSNew
Variadic parameters in procedures
To add something that exists in C# and other languages:
procedure Log(params Values: List of [Text])
Where you could pass in as many values as you want when calling the function
Log('123');
Log('123', '456');
Log('...
STATUS DETAILS
New
