Posts

Showing posts from October, 2017

Useful link for Copy database from Azure SQL Database to a SQL Server environment in Dynamics 365 for Operations

https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/database/copy-database-from-azure-sql-to-sql-server

Model Import and export in D365

Useful link for Model Import and Export in D365 http://www.cloudfronts.com/model-importexport-in-dynamics-365-operations/ https://community.dynamics.com/enterprise/b/dynamics365enterprisecloudfronts/archive/2016/12/12/model-import-export-in-dynamics-365-operations

Table Browser in Dynamics 365 for operations

Hi Guys, We can browse table data in any browser if you know table name. Below is the example,provide parameters like cmp and tablename. Example: https://test-dev1aos.sandbox.ax.dynamics.com/Default.htm?mi=SysTableBrowser&tablename=CustTable&cmp=USMF Thanks

Useful link for Settingup Continuous Integrations in Dynamics 365 for Operations

https://stoneridgesoftware.com/setting-up-continuous-integrations-in-dynamics-365-for-operations/

Dynamics 365 Table Browser Caller extension in Google Chrome

Hi guys, We can browse the table data in google chrome using the extension called D365 Table browser caller. Go to google chrome->more tools->extensions->search D365 browser caller. Will find the extension and add to chrome. It will showcase one Table Icon in the upper right corner of the browser.click on the icon and give the URL,legal entity details. It will provide the list of tables and Data Entities. Instead of browsing the data in table browser of VisualStudio,use this D365 browser caller extension and browse the data in Google chrome. Thanks