Support for Vivaldi Browser
It would be great if it were possible to use CRM with a browser of your own choice. In my case, I would like to continue using my Vivaldi browser.
Please make CRM a modern software that does not restrict you in the choice of your own tools.
Restful Web Services for Codunits
It would be great if codeunits could be published as Restful Web Services instead of being forced to saop. If you currently want to publish a (complex) function in a codeunit via a web service, this is only possible as a SOAP service. However, many software products nowadays only have interfaces...
Resolve app dependencies without ServiceTier/Sandbox
App-Dependecies should get an additional parameter for a source. When updating the app to a new version, the symbols should be loaded automatically from this source without a sandbox or a ServieTier having to install the new version of the app. The source could be e.g. a URL to the AppSource. The...
Add an option to format / "print pretty" for JsonObject when writing to text/stream
For the Json types it should also be possible to determine the formatting, e.g. by an additional parameter in the WriteTo function:
JsonObject.WriteTo(Stream, JsonFormat:: "Intended");
Or via a property on the JsonObject: JsonObject.Formatting := Formatting.Indented;
...New Compare Methods for Time and DateTime Comparison
The comparison of time values does not work if you compare the time value before writing to the database with the time value that was written to the database.
The cause of the problem is that in BC DateTime and Time values are rounded by SQL Server ([See MS Docs](https://learn.microsoft....
Add User feedback option for ToolTips
Tooltips are one of the first and most important points of contact for users in the system when they are not sure exactly what an action or field does.
It would therefore be good if there were a feedback action on the tooltips, with which the user can report tooltips that are not helpful...
Set Page View from Code on Page.Run / RunModal or Lookup
We are able to create Views for Pages and the user can select this Views. But sometimes it would be very usefull to be able to set the View from code.
For example if you have a List page and want to open this page from diffrent features. If the page is opend from feature 1 onl...
Trigger Upgrade Logic including DataTransfer from AL
From time to time we have features that replace existing features. If we enable the new feature we need to transfer data from the old tables and fields to the new ones.
We want to be able to trigger the upgrade from the ui, similar to the functionality in the feature managemnt page.
Send Approval Request should be a action on the Release Sales document Error
If workflows are activated in sales, you receive an error message when you try to release the sales order:
"This document can only be released when the approval process is complete."
The user must then close the error message and execute the "Send approval request" actio...
Add overlaod with for GetServHeader on Service Line to get the Service Header
It is currently not possible to get the Service Header from a Service Line. This is a problem if the Header is updated from the Lines from different places.
This could be solved by adding an overload for the GetServHeader procedure, like it is done on the Sales Line for the GetSalesHeade...