User Profile

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.

Read more...
0 Comments

Read more...
0 Comments

Category: ()

STATUS DETAILS
New

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...

Read more...
2 Comments

Read more...
2 Comments

Category: Development (1168)

STATUS DETAILS
Needs Votes

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...

Read more...
2 Comments

Read more...
2 Comments

Category: Development (1168)

STATUS DETAILS
Needs Votes

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;

...

Read more...
1 Comments

Read more...
1 Comments

Category: Development (1168)

STATUS DETAILS
Needs Votes

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....

Read more...
1 Comments

Read more...
1 Comments

Category: Development (1168)

STATUS DETAILS
New

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...

Read more...
0 Comments

Read more...
0 Comments

Category: General (1648)

STATUS DETAILS
New

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...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1168)

STATUS DETAILS
New