简体   繁体   English

以编程方式共享访问 Dynamics CRM web api

[英]Share access programmatically Dynamics CRM web api

Is there an action to programmatically share (GrantAccess) a phonecall activity to other user (systemuser) through Dynamics CRM web api (v8.1) ?是否有通过 Dynamics CRM web api (v8.1)以编程方式共享 (GrantAccess) 电话活动给其他用户 (systemuser ) 的操作 As far as seen only samples is through organization services.就目前所见,只有样本是通过组织服务。

GrantAccess message will be available in v9.0 web api. GrantAccess 消息将在v9.0 web api 中可用。

MSDN declared this as limitation as of v8.2 webapi. MSDN将此声明为 v8.2 webapi 的限制。

Missing functions and actions for some organization service messages缺少某些组织服务消息的功能和操作

The following table lists the messages that don't have a corresponding function or action after December 2016 update for Microsoft Dynamics 365 (online) and December 2016 Service Pack for Microsoft Dynamics 365 (on-premises) are applied.下表列出了在 2016 年 12 月更新 Microsoft Dynamics 365(在线)和 2016 年 12 月 Microsoft Dynamics 365 服务包(本地)后没有相应功能或操作的消息。

  • GrantAccessRequest授予访问请求

AFAIK actions available in v8.1 through WebApi.通过 WebApi 在 v8.1 中可用的 AFAIK 操作。 So obvious alternative solution - create action that will accept parameters phonecall reference and user and share record.如此明显的替代解决方案 - 创建将接受参数电话呼叫参考和用户和共享记录的操作。 And you can call that action using WebApi and JS.您可以使用 WebApi 和 JS 调用该操作。 Good luck.祝你好运。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM