Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Azure Function App 中的 QueryExpression 从 Dynamics 365 CRM 检索所有帐户。这是可能的还是其他方式?
谢谢
可能但不是今天提供的开箱即用的绑定。您需要在函数中利用 Dynamics 365 Rest API 或 SDK 并自己进行身份验证/调用。另一个选项是利用 Logic Apps + Functions,它确实可以选择使用 Odata 查询列出 Dynamics 365 中的所有记录并返回可以传递到函数的结果集。