Integration Envent Publisher needed for codeunit 7306
We are in the process of upgrading a customer to BC - Release 2 and we are stuck with out the ability to create new integration event in codeunit 7306. Can you please add an "OnBeforeRegister" event as shown in the attached example on to the standard extension and give a release to continue our ...
Need to show list of Keys while working on AL code
Need to show list of Keys when typing methods such as SETCURRENTKEY(). It is suggested to show the list of keys when we type "." in SETCURRENTKEY() command (inside the brackets). Currently it is only showing the list of fields. This will improve the speed of coding and accuracy and hence incre...
AL Language need to support ENABLESQLTRACE
In AL language, I can see SessionInformation.SqlRowsRead and SessionInformation.SqlStatementsExecuted methods. But none of them provide the facility to turn on/off the SQL Tracing as we could in C/Side. We could use service tier to turn on SQL Tracing, but it is a cumbersome and decentralised m...
Need OnBofore Integration Event Needed for Codeunit 7306 (Whse.-Act.-Register (Yes/No))
We are in the process of upgrading a customer to BC - Release 2 and we are stuck with out the ability to create new integration event in codeunit 7306. Can you please add an "OnBeforeRegister" event as shown in the attached example on to the standard extension and give a release to continue our ...
Need fupport of DEBUGGER.ENABLESQLTRACE method in AL Language
Currently DEBUGGER.ENABLESQLTRACE method is not supported in AL Language. This method helps up to turn on /off Global SQL tracing regardless of the service tier and was a very useful tool in performance troubleshooting in a busy production environment with many concurrent users and concurrent ac...
Need ability to publish extensions through NAV client interface for both on-prem and cloud client
Currently the only way to publish an extension on an on-prem production environment is to use PowerShell. In a real customer live environment, customer is responsible for any such code promotion to the production environment. In most cases, customer do not have the necessary technical expertise...
Need Facility to SkipTriggers in all the Trigger Events
It is important to have a feature in all the Trigger Type events (OnBefore) Such as OnBeforeInsert,OnBeforeModify,OnBeforeDelete,OnBeforeRename,OnBeforeValidate to have an extra parameter such as 'SkipTrigger'. Once this is set to true any subsequent execution of the trigger needs to be supresse...
Removal of Index and SIFT (Indexed View) on SQL needs to be Automatic
When Index and SIFT are removed either on new table or on the extended table the dropping of Index, SIFT (Index view) on SQL needs to be automatic rather than relying on ForceSync Operation. Like in C/SIDE ForceSync Operation should only require handling schema changes which involves dropping fi...
Need to add SQL Server Name to Active Session Table
Can you please add SQL Server name (including SQL Server instance) to Active Session Virtual Table. It will really help to workout the SQL Server name of the Database, which would be useful for many addons (extensions).
OnBeforeValidate Trigger in Page needs to run prior to OnValidate trigger in Table Trigger
Tests has indicated the Page level trigger is running in correct sequence. The correct sequence of Validation Trigger should be as follows from the first one to last one as follows. 1) Page - OnBeforeValidate Trigger 2) Table - OnValidate Trigger 3) Page - OnAfterValidate Trigger 4) Page - OnMo...