D365 F&O - Open table in a browser (IE/Chrome)
Views (797)
Today, I will be discussing about two different approaches which can be used for opening tables in chrome/IE in order to view data.
First approach
1 - Go to visual studio.
2- Right click on the table.
Note : Default company for table browser will be picked from its user which is set as administrator.
Second approach
1- Go to IE or Chrome.
2- Paste the following URL
https://<URL>/?mi=SysTableBrowser&prt=initial&cmp=<Company>&tablename=<TableName>&limitednav=true
Sample : https://ABC.cloudax.dynamics.com/?mi=SysTableBrowser&prt=initial&cmp=USMF&tablename=BankStatementTable&limitednav=true
Cmp : It is company whose data you want to view.
TableName : The name of table whom you want to browse.
URL : https://ABC.cloudax.dynamics.com
First approach
1 - Go to visual studio.
2- Right click on the table.
Note : Default company for table browser will be picked from its user which is set as administrator.
Second approach
1- Go to IE or Chrome.
2- Paste the following URL
https://<URL>/?mi=SysTableBrowser&prt=initial&cmp=<Company>&tablename=<TableName>&limitednav=true
Sample : https://ABC.cloudax.dynamics.com/?mi=SysTableBrowser&prt=initial&cmp=USMF&tablename=BankStatementTable&limitednav=true
Cmp : It is company whose data you want to view.
TableName : The name of table whom you want to browse.
URL : https://ABC.cloudax.dynamics.com
This was originally posted here.
*This post is locked for comments