Add extra primary key value to Document Attachements
Some entities in Business Central have a "dual field" primary key. One example is Job Task. Document Attachment is extendable with events to add support for more owner tables. But is missing support for owner tables with "dual field" primary code. Suggestion: Add a new field "No. 2" to the tab...
Make it possible to get Intellisense lookup for adding dependencies in app.json
The process of adding dependencies to other extensions could be more delightful. Make it possible to get extensions already installed on the server as suggestions.
Show Primary key position on Record tooltip
The Record tooltip is great, but primary key fields are only designed with an asterisk. This makes it impossible to figure out the primary key for tables like Job Planning Line and others where the key fields are the first ordered fields in the table. This information is vital to be able to writ...
Add trigger to pages for intercepting the "We paused while you were away. Please refresh to continue." event
If a page times out, the client will display the "We paused while you were away. Please refresh to continue." message. In the case of unsaved data on the page (perhaps in a javascript based control) the data will be lost. Please add a page trigger like this, perhaps with a return value to allow...
Expose extensible property in Page Metadata table
Please expose extensible as a property in "Page Metadata" table. In one of our AppSource apps, we're generating pageextension objects to apply global security settings. Currently we have to maintain a list of "bad pages" that we cannot touch (because extensible=false). If we have extensible ex...