How To Create A List Report In Business Central So far in the Report series blog, we have discussed about what is a report and the types of report. In this blog, let’s discuss about how to create a list report. So, what is a List Report? A list report displays the data in rows and […]
Read More
How To Create A Process Only Report In Business Central Sometimes when you have to write a lengthy code just to open some specific table and retrieve the data from that table, that is when Process Only report comes into picture. With report data modeling structure, we can do that task in a simple way. […]
Read More
How To Create A Card Type Page In Business Central Overview The main purpose of the card type page is to display the records from a table and we can choose the fields which we want to show on the card page. We design the card pages when we want to give user the freedom to […]
Read More
How To Create A Report Extension To Add A Field To The Dataset Of A Report Overview In the report extension, you can extend existing reports, similar to tables and pages. Some of the features in the report extension – Adding columns to the existing Dataitem. Adding new Dataitem. Adding a new layout file which reflects […]
Read More
How To Create Barcode Report In Business Central Let’s see how we can create a Barcode Report in Business Central! So, what is a Barcode? Barcodes are the labels, used to display information related to products. Barcode consists of two key components: Barcode provider and encoder. Barcode provider includes different fonts and symbology available for use and […]
Read More
Business Central-Understanding FlowFields Overview FlowFields are the fields which are used only to display the result of a calculation based on the “calcFormula” property. They are not the physical fields, as they do not store any value in the database. Interestingly, the values in the flowFields exists only at runtime. By default, the flowfields are initialized […]
Read More
Dynamics 365 Business Central-How To Modify The Posted Transaction. Description: As we all know that the Business Central do not allow us to modify the posted transaction, means once the transaction has been posted you cannot edit it. Considering ‘Item Ledger Entries’ as posted transaction table which is non-editable and in case you need to […]
Read More
Dynamics 365 Business Central- Check If An Extension Is Installed In the Business Central, some time we would like to perform certain operation depended upon another extension installed on the same tenant and the only idea comes to our mind is via app dependency, but there is something else which can be useful if you […]
Read More
Dynamics 365 Business Central: How to print image with hyperlink for the selected report In this blog, let us discuss about ‘how to add image with hyperlink to the report in Business central’. Consider, if I need to advertise my additional item/product in the report, meaning, when someone buys my product with the product report, I […]
Read More