Table browser in Dynamics 365
Normally when I need the table browser in Dynamics 365 I use a Chrome extension called “Table Browser Caller for D365FO“. But when working with a variety of environments with different AAD logins I often use private sessions – or Incognito sessions as called in Chrome – and that disables some extensions including the above mentioned.
BUT … what the extension does isn’t magic. What it does however is offering a very easy approach to building an URL that I never can remember. So I figured that if I wrote it here I might remember it better or at least help somebody else remember it.
Add this to the URL to get the table browser: &mi=SysTableBrowser&TableName=. This will give you something like this:
Notice, that the table browser is being changed in a couple of areas compared to AX 2012. This means that changing data through the table browser is not allowed in production environments for example. Nice in regards to data consistency, but missed when having to dirty-fix data.

This was originally posted here.
*This post is locked for comments