2

Include BC Version No. in AL Language Extension ToolTips

In the example below, the ToolTip for the "runtime" property in the app.json file changes according to the value that is assigned to it. Here, it is assigned "10.0" as the runtime version.


"runtime": "10.0"


ToolTip:

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1166)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team
2

Allow multiple page customizations for the same page within the same profile

As a developer, I expect to create small/reusable page customizations objects that could be used with multiple profiles. For e.g. I have one customization which adds additional Views for Customer Ledger Entries page. I would like to use this customization ...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1166)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team
2

Pages, Tables, Reports and Queries as Interface Implementations

We can have Codeunits as implementations of Interfaces, but since we can declare procedures on Page, Table, Report, and Query objects, I see no reason, why those couldn't implement interfaces as well.


Right now, if we want to decouple for example which Query is being used in t...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1166)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team
2

Use field Validation with IF condition

To whom it may concern,


The idea is to make field validation conditionally possible just like Insert and Modify.

For example:

We can use the following condition in code in order to catch the error upon occurrence.


Codeunit:

If not TestCodeuni...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1166)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team
2

Possibility to add schemaupdatemode to none - just compile and deploy the code

Very often you don't make changes to the schema but rather on code only. On big databases which takes minutes to deploy and synch an extension, it's really a problem. Is it possible to add it as an option where it skips the schema changes and deploy only ...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (1166)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team

2

Default Parameter Value in procedures

I suggest adding the ability to specify default parameter values in the procedure signature as it is done in modern programming languages.

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1166)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team
2

Like RTC On cloud client do not have ability to resize Lookup Fieldgroups Box in BC , There should be a feature to drag and resize it.

BC On Cloud client do not have ability to resize the Fieldgroups Lookup Value Box like it used to be in RTC.


Client request to adjust the and increase the box so they dont have to slide across again and again to see the fields.


Example - Sales order Subform - ...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (1166)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team
2

Document Layouts

It would be good to have the ability to add/create new Document Layout Usage items. Right now it's limited on the sales & purchase side and no ability to add others.

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1166)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team
2

DataTransfer on Install codeunit

It may happen that you have to initialize the data for an extension, for example, by moving the information from the header to the lines of a document.

With traditional methods (loops) in large databases scenarios, we can have problems related to installation times.

The use of th...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1166)

STATUS DETAILS
Completed
Ideas Administrator

Thank you for your feedback. We will release this feature in the 2023 release wave 1.

 

Please refer to the following link for more information: DataTransfer Data Type - Business Central | Microsoft Learn

 

 

Sincerely,

Kennie Nybo Pontoppidan

PM, Microsoft

2

Able to see compilation date of an extension

It would be really helpful for users as well as developers to see the compilation date of a particular extension. This would be a great help especially when it involves extensions which are installed in PTE or Dev scopes.


Ofcourse the version number plays the major role to un...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1166)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion. Apart from adding to .app during compile, where would you expect the information to surface, in TAC and Extension Management page or just as a PowerShell command to inspect the .app file?

Regards,
Business Central R&D