web
You’re offline. This is a read only version of the page.
close

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:

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('...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1473)

STATUS DETAILS
New