Is there an action to programmatically share(GrantAccess) a phonecall activity to other user(systemuser) throught Dynamics CRM web api(v8.1)? As far as seen only samples is through organization services.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
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.
GrantAccess message will be available in v9.0 web api.
MSDN declared this as limitation as of v8.2 webapi.