Client API form context (formContext)提供了对当前代码运行的上下文中的form或对form上的item的引用,比如,一个quick view控件或者一个可编辑grid中的行。 在早期版本,全局的Xrm.Page对象用于代表form或form中的item。在9.0版本中,Xrm.Page对象过时了,你应该使用被传入的运行上下文对象的getFormContext方法获取相应的f...
适用于Dynamics 365 for Customer Engagement apps 9.x版本。 概述 Client API form context (formContext)提供了对当前代码运行的上下文中的form或对form上的item的引用,比如,一个quick view控件或者一个可编辑grid中的行。 在早期版本,全局的Xrm.Page对象用于代表form或form中的item。在9.0版本中,Xrm.Page对象过时...
Dynamics 365 Customer Engagement V9版本新增了客户端API:Xrm.WebApi.online.execute ,官方文档请参考:Xrm.WebApi.online.execute (Client API reference)。 示例中举了非绑定操作(Action)的调用,但是没有绑定操作的调用示例,Dynamics MVP Debajit Dutta 的文章Calling bound actions (entity actions) using Xrm.WebApi....
在HTML Web 资源、窗体脚本或功能区命令中,可以使用 JavaScript,以便使用 Microsoft Dynamics 365(在线或本地) 中引入的 Web API 对 Microsoft Dynamics 365 数据执行操作。 Web API 在与 JavaScript 和 Web 资源配合使用时特别简单,因为通过它收发的 JSON 数据可以轻松转换为 JavaScript 对象。 就算这样,大多数开发...
客户端 API:建议的替换方法在此处有记录。 流程对话:用业务流程流替换对话。 更多信息:业务流程概述 任务流:考虑使用业务流程流替换任务流。 更多信息:业务流程概述 Dynamics 365 for Outlook(COM 加载项):考虑将弃用的 Dynamics 365 for Outlook(COM 加载项)替换为现代的轻量级Dynamics 365 App for...
The finance and operations (Dynamics 365) mobile app and platform have been deprecated. For more information, see Removed or deprecated platform features. This article provides an overview of the application programming interfaces (APIs) for client-side design and includes recomme...
Web API Samples Use the Microsoft Dynamics 365 Organization service Use the Microsoft Dynamics 365 Discovery service Build Windows client applications using the XRM tools Build web applications using Server-to-Server (S2S) authentication Write mobile and modern apps ...
req.open("PATCH", encodeURI(clientURL + "/api/data/v8.2/contacts(2dbe9781-3c00-e911-80f4-fb0c1b62c870)"), true); req.setRequestHeader("Accept", "application/json"); req.setRequestHeader("Content-Type", "application/json; charset=utf-8"); ...
出站自定义 API 发送报告自定义 API 入站自定义 API 出站自定义 API 适用的渠道:短信、自定义 当您在 Dynamics 365 Customer Insights - Journeys 中创建自定义渠道时,您需要定义一个出站自定义 API,以便在旅程运行时调用。 自定义 API 是执行自定义代码的入口点。 它调用提供者的 API,并...
Perform operations using the Web API Microsoft Dynamics 365 Web API Limitations Web API Samples Use the Microsoft Dynamics 365 Organization service Use the Microsoft Dynamics 365 Discovery service Build Windows client applications using the XRM tools Build web applications using Server-to-Server (S2S) ...