Azure Machine Learning on Dynamics 365 FO
I am going to demonstrate how to use Demand Forecasting using D365 and Azure Machine Learning.
Go to the Demand Forecasting Parameters using the following navigation:
Master planning–>Setup–>Demand forecasting–>Demand forecasting parameters
Set the forecast generation strategy to Azure Machine Learning and save the form. After saving, you will be presented with the following warnings that you will need to resolve.
Visit the url: http://aka.ms/dynamicsax7-demandforecasting and click on open in studio, you will be asked to login for which you can use your microsoft account
This is a standard Demand Forecasting experiment provided by Microsoft that we will use.
In the next screen you will be asked to select a region. Click the “Tick” icon to proceed.
An experiment will be opened in the designer as shown below
There are 3 types of inputs this experiment accepts:
- Web service input – input received (data and parameters) from D365FO
- Sample Data – this is sample data that will be used when we run the experiment stand-alone.
- Parameters – these are the sample parameters used in conjunction with the sample data above to run the experiment
For this demo we will use the “Web Service Input”.
In order to use this experiment as a service you will need to run it and then deploy it. Click on the “Play” button at the bottom of the screen
After the experiment is run you will need to click on “Deploy Web Service”
After the experiment has been deployed you will need the API of the web service:
You will also need the web service URL, to do that click on the “API help page” for the REQUEST/RESPONSE to get the web service URL
There will be a long Web service URL, we don’t need all of that; just include everything up to the /execute?api
We now have deployed the web service, and have 2 values. An API key and a Web Service URL, now its time to go back and update the Demand Forecasting Parameter.
We are done with the setup, now we need to run the demand forecast. To do that follow the navigation Master planning–>Forecasting–>Demand forecasting–>Generate statistical baseline forecast. Use the following parameters
Click OK and wait a few minutes. After the operation has been completed, you will be notified. In order to view the results use the navigation Master planning–>Forecasting–>Demand forecasting–>Adjusted demand forecast
And you will be presented with the results
You have successfully implemented the Demand Forecasting in D365 For Finance and Operations using Machine Learning.
I will be back with more.
posted on 2020-10-22 17:40 lingdanglfw 阅读(121) 评论(0) 编辑 收藏 举报
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?