User Profile

Field Type Check for Record.CalcFields(Field)


If Record.CalcFields(Field) is used, compiler or CodeCop should check if the refenced field is FlowField. Currently this will end in a runtime error.

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1179)

STATUS DETAILS
Declined

Access IdRanges by Code


It would be nice if we could read the idranges set up in the app.json by code at runtime. The method-singature could then look something like this: ModuleInfo.GetIdRanges() : JsonArray

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1179)

STATUS DETAILS
Needs Votes

Compile Error/Warning when ModifyAll on PrimaryKey Field


Please throw an error (or at least a warning) if ModifyAll is used on an Primary Key Field. Else this would result in a runtime error.

Read more...
1 Comments

Read more...
1 Comments

Category: Development (1179)

STATUS DETAILS
Needs Votes

New Generic Page Events OnPageBackgroundTaskCompletedEvent + OnPageBackgroundTaskErrorEvent


Currently there is no possibility to handle a background task on a page which is based on on table with scope onprem (i.e. Extension Management)


many other things can be done through eventsubscribers in a codeunit. we can even enqueue a page background task in the OnOpenPageEv...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1179)

STATUS DETAILS
Needs Votes

"Get Test Codeunits by App" in AL Test Tool


In most cases i want to add all Test Cases from a specific test app to the AL Test Tool. Currently there are only action for add them by selection or by App Id.

lets add a function where we can select an app and BC adds all tests from this app.

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1179)

STATUS DETAILS
Needs Votes

OnCompanyClose should be isolated.


With 2022 Release Wave 1 Microsoft introduced "Isolated Events":

An isolated event ensures the event publisher continues its code execution after calling an event. If an event subscriber's code causes an error, its transaction and associated table changes will be rolled back. Th...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1179)

STATUS DETAILS
Needs Votes

Allow adding all Tests from an App in AL Test Tool


Often partners want to run all tests of a specific app.

To add all relevant tests to a test suite, the user must either know the number range of the app (by heart) or filter the object list by prefix, which is not comfortable either.

It would be much easier to have a 'Get Test by A...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1179)

STATUS DETAILS
Needs Votes

Support paging when searching for files by tags in azure blob storage


Add ABSOptionalParameters Parameter to FindBlobsByTags procedure as overload in ABSBlobClient to support paging. Currently its not possible to receive more than 5000 files with a given tag.

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1179)

STATUS DETAILS
Needs Votes

Allow listing files/directories only in azure blob storage.


Add showonly procedure to ABSOptionalParameters to allow filtering for deleted/files/directories (implement as enum). This Parameter could be used when calling ListBlobs.

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1179)

STATUS DETAILS
Needs Votes

Allow setting SASToken as SecretText in Storage Service Authorization


Currently you can set SASToken only as Text. Adding an overload with a SecretText parameter would allow to secure the value from isolated storage to Auth Codeunit.

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1179)

STATUS DETAILS
Needs Votes