Share access programmatically Dynamics CRM web api

一世执手 提交于 2019-12-13 08:30:07

问题


Is there an action to programmatically share (GrantAccess) a phonecall activity to other user (systemuser) through Dynamics CRM web api (v8.1)? As far as seen only samples is through organization services.


回答1:


GrantAccess message will be available in v9.0 web api.

MSDN declared this as limitation as of 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.

  • GrantAccessRequest



回答2:


AFAIK actions available in v8.1 through WebApi. 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. Good luck.



来源:https://stackoverflow.com/questions/47034176/share-access-programmatically-dynamics-crm-web-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!