Disable/hide elements from the UI on system wide level.
A more simple user interface, will add value to any application.
(1) We already have the option to develop custom security roles, reducing what a specific user will see in the user interface.
(2) We also have the option of 'configuration keys' to disable parts of the application....
Provide 'Customer reference' from POS sales.
Customers have the option to provide their own reference number. This number will normally be displayed on the sales order and the invoice document. No option currently exists for adding this reference to an order initiated from the POS.
Better differentiation for non-production environments
In AX2012 an option was available to configure a startup message. Every user connecting to the environment will be prompted with a startup message, configured in the AXC file.
These messages are important to make sure users (and admins) are aware when they are connected to a databas...
new reserved keyword for "PrimaryKey" in X++ select statements.
Developers quite commonly use "select firstonly recid from myTable where field = x" only to check whether a record does exist. When the recid is not the primary key of this table, SQL will build a query plan including a key lookup.
Example: "Select firstonly recid from custtable where a...
Add compile warning, or start supporting, "join firstonly" clause
Developers have the option to specify a join with FirstOnly keyword. The code will then insinuate data will be retrieved form the left table, joined with max one record from the right table.
Example:
select SalesTable where SalesTable.SalesId =...
Allow restarting AOS / IISReset from SysUsersOnline form
For production environments, we do not have access restarting a service or executing an IISRESET. In some situations we do need this in order to resolve an issue.
A possible solution would be to add the option to IISRESET or AOS Restart to the 'SysUsersOnline' form. Or to LCS.
Allow Azure SQL as Data source in DMF
In order to support more complex data migration and integration scenario's, i would like to have the option to use a Azure SQL database as data source for importing data via DMF (Data Management Framework).
In the current situation, AzureSQL databases can only be used for export scenari...
Allow preview of mail (MSG) files in Attachments (DocuView) form.
D365fO allows displaying a preview of PDF, Word, Text and files.
One of our customers is also requesting the option of displaying a preview for MSG (e-mail) files.
Nice feature... Not yet available. :)
Add events for set_based operations. Preventing row-by-row impact.
Because extensions and events are being used more-and more, a lot of tables will have events configured for onUpdated, onUpdateing, onDeleted, onDeleted, etcetera. As a result all set_based operations (like update_recordset) are being executed as row-by-row operations. This is frequently causi...
Provide the option of extracting / streaming monitoring data to my own DB
Within LC, we have the option to navigate through the monitoring data of an environment. This functionality is however limited (in performance and query options). To overcome these limitations, i would like to see an option available to stream all these events to my own Database of Event-Hub.