MyBuild - Scale, analyze and serve Microsoft Dynamics 365 application data with Azure 本周的微软Bulid大会上发布Azure Synapse Link for Dataverse,此功能可以自动将Power平台的 ...
转载 2021-05-29 22:02:00
728阅读
The SQL Gateway is an installed application that allows you to expose ODBC data sources as if they were MySQL or SQL Server databases. This article pr ...
转载 2021-09-23 11:13:00
275阅读
2评论
因为受到权限的限制,在DataVerse里,即使管理员也不能检索到其他人做的个人view,想要取得的话就需要伪装成view的作成者来发起请求​​https://learn.microsoft.com/zh-cn/power-apps/developer/data-platform/impersonate-another-user​​通过Powerautomate来实现的话,具体步骤如下:1,先创建
原创 精选 2022-10-06 11:17:54
594阅读
Dataverse的一个关键特性是其丰富的安全模型,可以适应许多业务使用场景。只有当环境中存在Dataverse数据库时,此安全模型才
原创 2024-05-29 09:55:45
77阅读
Use the SQL Gateway and the ODBC Driver to set up a linked server for Microsoft Dataverse data. You can use the SQL Gateway to configure a TDS (SQL Se ...
转载 2021-09-23 10:51:00
275阅读
2评论
这是我的第513篇原创文章,写于2024年10月26日。以前我写过一篇文章:配置Postman通过OAuth 2 implicit grant获取D365数据 ,以前我这个文章参考的的官方原文使用的是Postman 这个工具,现在变成使用 Insomnia了,官方原文是:Use Insomnia with Dataverse Web API 。所以我今天来讲讲使用Insomnia来调用Datave
原创 精选 2024-10-26 13:10:32
818阅读
这是我的第498篇原创文章,写于2023年7月28日。根据官方文档:Differences between ADAL.NET and MSAL.NET apps 的说法,Migrating your applications from using ADAL to using MSAL comes with security and resiliency benefits。在可能的情况下,
原创 2023-07-28 19:06:21
418阅读
通过Powerautomate的List Environment as Admin可以取得各环境的信息,但是默认不包含容量,需要我们用扩展属性来取得容量,在扩展属性里追加:properties.capacity,properties.addons取得结果里的环境容量类似下面的格式:"capacity": [      &nbsp
原创 2022-10-19 11:01:05
178阅读
我是微软Dynamics 365 & Power Platform方面的工程师/顾问罗勇,也是2015年7月到2018年6月连续三年Dynamics CRM/Business Solutions方面的微软最有价值专家(Microsoft MVP),这是我的第486篇原创文章,写于2022年10月23日。Power Fx是开源的,​​Microsoft Power Fx on GitHub​
原创 精选 2022-10-23 23:48:03
1635阅读
Canvas App通过Custom Connector释放Dataverse Web API能力
原创 2023-06-26 00:28:37
645阅读
Dataverse search介绍
推荐 原创 2021-05-07 18:57:58
3047阅读
1点赞
整体思想为DataVerse里创建一条记录,记录包含对应的固定Powerautomate(A)的启动时间,当这条记录里设置的启动时间发生变化时,触发更改Powerautomate(A)启动时间的另一个Powerautomate(B),在Powerautomate(B)里,先取得Powerautomate(A)的定义,再把定义里的启动时间更新为记录的时间。前边触发的部分略,Powerautomate
原创 精选 2022-10-18 15:21:45
395阅读
这是我的第506篇原创文章,写于2024年1月5日。之前我写过一篇文章 使用Power Automate获取CDS中数据并附加到邮件中发送 ,发送的是CSV,如果要发送Excel呢?今天我根据 Create An Excel File And Add Rows Using Power Automate 的文章来做个发送Excel的例子。我创建一个Manually tr
原创 精选 2024-01-05 18:01:40
3074阅读
我是微软Dynamics 365 & Power Platform方面的工程师/顾问罗勇,也是2015年7月到2018年6月连续三年Dynamics CRM/Business Solutions方面的微软最有价值专家(Microsoft MVP),这是我的第489篇原创文章,写于2023年3月20日。最近有碰到一个Canvas App中点击按钮执行的代码操作Microsoft Datave
原创 2023-03-20 23:00:50
670阅读
1点赞
这是我的第491篇原创文章,写于2023年4月11日。做个假设,我们需要获取My Active Contacts视图中的唯一Company Name和 Address 1:City的值,我用如下的示例数据来做测试,可以看到有13行记录。筛选条件如下:下载下来的FetchXml如下:<fetch version='1.0' output-format='xml-platform' mappin
原创 2023-04-11 09:06:08
787阅读
1点赞
1,先放连接​​https://learn.microsoft.com/zh-cn/power-platform/admin/wp-security-cds#matrix-data-access-structure-modernized-business-units​​需要通过管理画面开启【跨业务部门的记录所有权】功能(​​Microsoft Dynamics CRM 的 OrgDBOrgSett
原创 2022-11-10 16:54:20
362阅读
我是微软Dynamics 365 & Power Platform方面的工程师/顾问罗勇,也是2015年7月到2018年6月连续三年Dynamics CRM/Business Solutions方面的微软最有价值专家(Microsoft MVP),欢迎关注我的微信公众号 MSFTDynamics365erLuoYong ,回复428或者20201217可方便获取本文,同时可以在第一间
推荐 原创 2021-03-21 20:33:41
1643阅读
1点赞
我是微软Dynamics 365 & Power Platform方面的工程师/顾问罗勇,也是2015年7月到2018年6月连续三年Dynamics CRM/Business Solutions方面的微软最有价值专家(Microsoft MVP),这是我的第474篇文章,写于2022年0810日。 在Canvas App中进行数据搜索,如果涉及到的条件比较复杂或者表达式中不好写,这时候如果
原创 精选 2022-08-10 19:49:44
1594阅读
我是微软Dynamics 365 & Power Platform方面的工程师/顾问罗勇,也是2015年7月到2018年6月连续三年Dynamics CRM/Business Solutions方面的微软最有价值专家(Microsoft MVP)。
原创 精选 2022-08-03 21:52:16
1308阅读
这是我的第493篇原创文章,写于2023年4月21日。差不多六年前我写了一篇用程序来迁移Solution的文章,这就是 为Dynamics 365写一个简单程序实现解决方案一键迁移 ,今天我们用低代码平台能力来做一个类似功能,只做前面一部分就是导出解决方案并存储到Microsoft Dataverse中,当然也可以存储到其他地方,比如Sharepoint或者Onedrive中,做一个自动
原创 精选 2023-04-21 17:27:47
489阅读
1点赞
2评论
  • 1
  • 2