上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: 1,目前WHS APP只有Windows和Android的安装包,ISO目前没有,Windows安装包可以在Windows Store上找到,Android可以在Google Play Store找到 2,安装完成后,开始配置环境,首先,先在Azure Active Directory注册一个服务应 阅读全文
posted @ 2021-07-01 23:33 adingkui 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 上一篇文章介绍D365如何认证访问Azure blob storage,现在我们就可以在D365FO下操作blob storage的文件。 1,获取Blob storage路径下的所有文件blob 2,上传文件 3,下载文件 4,移动文件 5,删除文件 阅读全文
posted @ 2021-07-01 19:59 adingkui 阅读(211) 评论(0) 推荐(0) 编辑
摘要: D365可以通过如下三种方式认证访问Azure Blob Storage 方式1,通过连接字符串认证访问,代码参考如下,连接字符串可以在Storage account的access key页签里面找到 storageAccount = Microsoft.WindowsAzure.Storage.C 阅读全文
posted @ 2021-07-01 16:44 adingkui 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 1,登录https://portal.azure.com,创建Storage account 2,检查和设置Access key和Share access signature,下一篇文章将介绍如何通过key和sos token进行认证访问 3,创建完Storage account后,下一步创建con 阅读全文
posted @ 2021-07-01 16:28 adingkui 阅读(188) 评论(0) 推荐(0) 编辑
摘要: D365 增加新的报表格式代替标准报表 1: 增加客制化报表格式到打印管理 [ExtensionOf(classStr(PrintMgmtReportFormatPopulator))] public final class PrintMgmtReportFormatPopulatorAppSuit 阅读全文
posted @ 2021-04-28 22:20 adingkui 阅读(191) 评论(0) 推荐(0) 编辑
摘要: Are you confused by how user roles in AX 2012 are integrated with Management Reporter roles? Have problems adding or deleting users in Management Repo 阅读全文
posted @ 2021-04-28 22:08 adingkui 阅读(347) 评论(0) 推荐(0) 编辑
摘要: class VyaKDApi { //电商ID private str EBusinessID = "";//注册快递鸟后可以申请 //电商加密私钥,快递鸟提供,注意保管,不要泄漏 private str AppKey = "";//注册快递鸟后可以申请 //请求url private str Re 阅读全文
posted @ 2021-03-11 17:11 adingkui 阅读(129) 评论(0) 推荐(0) 编辑
摘要: using System.Reflection; [ExtensionOf(classStr(VyaReflectionClassBase))] final class VyaReflectionClass_Extension { /// <summary> /// 获取基类的私有变量 /// </ 阅读全文
posted @ 2021-03-03 10:31 adingkui 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 以生产订单更新为已开始为例子说明如何覆写标准的功能 1,对Class:ProdUpdRelease的声明实例方法construct创建post事件 class VYA_ProdUpdReleaseEventHandler { } public static void constructPostHan 阅读全文
posted @ 2021-03-02 00:04 adingkui 阅读(155) 评论(0) 推荐(0) 编辑
摘要: [ExtensionOf(tableStr(PurchTable))] final class KKC_PurchTableT_Extension { //新增方法 KKC_BlanketTable kkc_blanketTable() { KKC_BlanketTable kkc_blanketT 阅读全文
posted @ 2020-05-22 17:23 adingkui 阅读(348) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页