Michael Megel

Results 7 issues of Michael Megel

Just an idea, what if we could remove IDs simply from AL development? 1) IMHO the IDs are not necessary when you write code in AL except when you define...

enhancement

I have tried to create an API page like: ```javascript page 50102 MyInfo { PageType = API; EntityName = 'myInfo'; EntitySetName = 'myInfos'; APIVersion = 'beta'; SourceTable = "My Infos";...

enhancement

The **Filtering of EventSubscription** could be used to improve 1. performance 2. reduce the code This Code in the Codeunit is called also on **Rec.DELETEALL(FALSE);** ``` [EventSubscriber(ObjectType::Table,18,'OnAfterDeleteEvent')] local procedure MyEventName(var...

suggestion
idea

The current Job-List provide only the Job-ID Information: ![image](https://user-images.githubusercontent.com/15800069/63154640-5dab5f80-c011-11e9-9a22-930b4518e203.png) I suggest a configurable Job-Name for the list based on job-information like: * Job-ID (default) * Job-Display Name * Job-Creation Time...

:world_map: feature

Is it possible to add **OnInit** trigger for a Page-Extensions?

suggestion
al-extensibility
idea

* The connector now supports filenames with characters such as spaces (`folder 1/my file.csv`). * The connector now supports binary content such as PDF files. Known Limitations: * Large files...

Fixed and issue in AWS Signature v4 query parameters encoding at operation `List-S3-Object`. ## Issue Details Parameter `prefix` with special characters such as `/` caused an `SignatureDoesNotMatch` issue in AWS...