D365: WHS APP(一)Mobile连接配置
1,目前WHS APP只有Windows和Android的安装包,ISO目前没有,Windows安装包可以在Windows Store上找到,Android可以在Google Play Store找到
2,安装完成后,开始配置环境,首先,先在Azure Active Directory注册一个服务应用,设置访问认证方式,然后将认证信息打包成JSON格式保存到文本文件中,JSON格式如下,将文件拷贝到移动设置的目录下,路径如下图
{ "ConnectionList": [ { "ActiveDirectoryClientAppId":"aaaaaaaa-bbbb-ccccc-dddd-eeeeeeeeeeee", "ConnectionName": "Connection1", "ActiveDirectoryResource": "https://yourenvironment.cloudax.dynamics.com", "ActiveDirectoryTenant": "https://login.windows.net/contosooperations.onmicrosoft.com", "Company": "USMF", "IsEditable": false, "IsDefaultConnection": true, "CertificateThumbprint": "aaaabbbbcccccdddddeeeeefffffggggghhhhiiiii", "ConnectionType": "certificate" }, { "ActiveDirectoryClientAppId":"aaaaaaaa-bbbb-ccccc-dddd-eeeeeeeeeeee", "ConnectionName": "Connection2", "ActiveDirectoryResource": "https://yourenvironment2.cloudax.dynamics.com", "ActiveDirectoryTenant": "https://login.windows.net/contosooperations.onmicrosoft.com", "Company": "USMF", "IsEditable": true, "IsDefaultConnection": false, "ConnectionType": "clientsecret" } ] }
3,在移动设备上打开Warehouse APP,添加上面做好的json格式的文本文件,点击connect,会跳入登录的界面,要求输入用户名和密码,用户名和密码需要在D365中维护。
用户名和密码在D365中设置如下
4,在D365中添加配置功能菜单
5,创建好登录的用户名密码,添加和配置完菜单后,即可开始使用APP的功能