Override procedures
I propose to add the possibility to override procedures in AL, currently, there is a similar possibility to do this if, at the beginning of the execution, an event with IsHandled is added which will have all the parameters of the procedure as well as whether or not to have a sender. But it wou...
Default Parameter Value in procedures
I suggest adding the ability to specify default parameter values in the procedure signature as it is done in modern programming languages.
Document fields to Employee Ledger Entry
Hello,
Please add a few fields to Employee Ledger Entry
External Document No. Code[35]
Document Date Date
Fill them from fields Gen. Journal Line.
It should be like in Vendor Ledger Entry.
Datetime fixed TimeZone representation
I am writing to propose an enhancement for Microsoft Business Central that addresses the handling of TimeZones for datetime fields within the application.
Currently, datetime fields in Business Central dynamically adjust based on the user's TimeZone settings, storing the data in UTC form...
New system event OnOpenDocumentationLink to Allow customize the documentation links for pages
Hello,
I suggest to create a new system event which will called when user open the documentation link to make the possibility to override them.
OnOpenDocumentationLink(ObjectType: Option; ObjectId: Integer; CalledForExt: ModuleInfo; var DocumentationURL: Text)
...