Category Archives: Blog
Deploy SSRS reports through Windows Powershell in Dynamics 365 Finance and Operations
Introduction:In this blog, we will see how to deploy SSRS reports in Microsoft Dynamics 365 Finance and Operations Solution: For on-prem environment, we will open Windows PowerShell in administrator mode and run the below scrip step by step. cd C:\AOSService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\ .\DeployAllReportsToSsrs.ps1 For online Cloudhosted/Dev environment, we will run below mentioned script cd k:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\ .\DeployAllReportsToSSRS.ps1 -PackageInstallLocation “k:\AosService\PackagesLocalDirectory” It … Continue reading Deploy SSRS reports through Windows Powershell in Dynamics 365 Finance and Operations
Share Story :
Introducing Microsoft 365 Project Operations – MBAS 2020 Takeaway
Among the fabulous sessions at MBAS 2020 Online Conference, Introduction of Project Operations was the most anticipated for me. Here are my takeaways from the same – Gurkan Salk & Kevin Horlock provided an overview of what to expect for Project Operations/ What is Project Operations? Some key points – Project Operations is an extension … Continue reading Introducing Microsoft 365 Project Operations – MBAS 2020 Takeaway
Share Story :
Remove Commas from whole number field in CRM D365
Introduction: In this blog we will see how to remove commas from whole number field. Use case : we were using the whole number field but after creation we noticed that there is comma in numbers. Solution: Step 1 : go to settings -> click on settings icon -> Options Step 2: After clicking on … Continue reading Remove Commas from whole number field in CRM D365
Share Story :
Required Privilege for Canvas App in D365 CRM
Introduction This blog explains how to resolve the issue for Canvas App not loading which is embedded in D365 CRM using HTML Webresource. Issue After Canvas App was published and shared with Users still, they were unable to access the Power App. It was showing a blank page with no error. Resolution After debugging the … Continue reading Required Privilege for Canvas App in D365 CRM
Share Story :
Modern Enterprise BI: Part 1
Power BI has some new features and Future Promises for Modern Enterprise applications in Business.
Share Story :
How to create an INTUNEWIN file?
Your Organization might have this requirement to publish Win32 Application with Microsoft Intune. You might think if it is even possible to deploy the Windows 10 store Apps, MSI files or .exe file. Yes, it is possible to deploy these apps through Microsoft Intune. The only hurdle is you will not be able to publish … Continue reading How to create an INTUNEWIN file?
Share Story :
Create Fruit Detection App inside Power Platform — PowerApps and AI Build
Before you begin with this Blog, please read my previous blog which was on How to Create Object Detection Model inside the Power Platform — PowerApps | AI Builder. In a previous blog, we have created the Object Detection Model that we are going to use in this blog. Step 1: Expand the AI Builder section … Continue reading Create Fruit Detection App inside Power Platform — PowerApps and AI Build
Share Story :
Create Object Detection Model inside the Power Platform | Power Apps — AI Builder
In this blog, we are going to see how to create object detection model which can be used in PowerApps or MS Flow / PowerAutomate Step 1: Log in to portal.office.com. Select the PowerApps, If PowerApps is not visible then click on All Apps then you will able to see the PowerApps. Step 2: Expand the AI … Continue reading Create Object Detection Model inside the Power Platform | Power Apps — AI Builder
Share Story :
What Is Microsoft Dynamics 365
Microsoft Dynamics is a product from one of the most renowned software companies in the world – Microsoft. In a nutshell, it is a combination of both the CRM and ERP solution. ERP stands for ‘Enterprise Resource Planning,’ and CRM stands for ‘Customer Relationship Management.’ Many companies are offering Dynamics 365 developmental services these days. … Continue reading What Is Microsoft Dynamics 365
Share Story :
Item Master Data Mass uploading via Data Management in Dynamics 365 Finance and Operations
Item Master Data Mass uploading via Data Management In the world of data management, it has become essential that the business users are provided solution for mass data uploading. Where the data is managed by very less expert users who’re required to upload and download data in bulk at very less given time. Today I … Continue reading Item Master Data Mass uploading via Data Management in Dynamics 365 Finance and Operations