We all know that Dynamics 365 for Finance and Operations tables can be browsed via the user interface by using the SysTableBrowser class (https://[yourD365FOURL]/?mi=SysTableBrowser&tableName=[MyTableName]). But did you know that you can also use the table browser to browse AOT views, just like in AX2012? The syntax is exactly the same, just use the name of the view in the tableName parameter and you're good to go.
Get data from AOT View in table browser
Views (641)
*This post is locked for comments