Michael Megel
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...
I have tried to create an API page like: ```javascript page 50102 MyInfo { PageType = API; EntityName = 'myInfo'; EntitySetName = 'myInfos'; APIVersion = 'beta'; SourceTable = "My Infos";...
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...
The current Job-List provide only the Job-ID Information:  I suggest a configurable Job-Name for the list based on job-information like: * Job-ID (default) * Job-Display Name * Job-Creation Time...
Is it possible to add **OnInit** trigger for a Page-Extensions?
* 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...