How to View Table data in Business Central

While working in C/AL we have leverage to see the table data from object designer itself but how we can view it from business central.

There are different ways like we can mention the table in launch.json or we can construct the string in web browser to display the details.

Following small video will help you to view from web client itself.

Hope this will help you all..

Stay tuned for more…

Page Inspection in Business Central

Till NAV 2018 we have features called as ‘About this page’ which is very useful to analyze the business data or deep insight the table for those fields which are not visible on main page or sub page.

In business central this features replaced with Page Inspection with more features.

How do I enable Page inspection

Choosing inspect from top menu or by pressing Ctrl+Alt+F1

You can see box on right size which shows details for current record.

Top Features

  1. Page name with id
  2. Table Name with id
  3. All table fields
  4. Extension name which extend this page
  5. Applied Filters.

Stay tuned for more