简体   繁体   English

是否可以使用Powershell添加和配置Dynamics CRM工作流程

[英]Is it possible to add and configure Dynamics CRM workflows with Powershell

是否可以通过UI将具有插件程序集的托管解决方案部署到Microsoft Dyanamics CRM 2013/2015,然后使用PowerShell脚本添加工作流和步骤?

Short answer: Yes. 简短的回答:是的。

Long answer: Yes - but you need to create .NET cmdlets which access CRM service which Powershell can run. 长答案:是的-但是您需要创建.NET cmdlet来访问Powershell可以运行的CRM服务。

If you don't want to roll your own solution, this make be of use. 如果您不想推出自己的解决方案,请使用此方法。 http://waelhamze.com/2013/08/20/automated-crm-deployments-powershell/ http://waelhamze.com/2013/08/20/automated-crm-deployments-powershell/

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

相关问题 Powershell Dynamics CRM,如何向用户添加两个队列 - Powershell Dynamics CRM, how to add two queues to a user 通过Powershell与应用程序用户在线连接到Dynamics CRM - Connect with Powershell to Dynamics CRM online with application user 我可以使用C#或Powershell添加/更新CRM Dynamics插件程序集吗? - Can I add/update CRM Dynamics plugin assemblies using C# or Powershell? 是否可以从Powershell定义共享点工作流? - Is it possible to define sharepoint workflows from powershell? 禁用组织时 Microsoft CRM Dynamics 2011 PowerShell 错误 - Microsoft CRM Dynamics 2011 PowerShell Error when disabling an organization Microsoft Dynamics CRM的PowerShell cmdlet中的内部服务器错误 - Internal Server Error in PowerShell cmdlets for Microsoft Dynamics CRM 使用Powershell的Dynamics CRM Online V 9部署软件包-问题 - Dynamics CRM online V 9 Deploy packages using powershell - issues 在Powershell工作流程中声明数组 - Declaring arrays in powershell workflows Powershell脚本-配置访问CRM API的权限 - Powershell script- Configure Permission to Access CRM API 使用 PowerShell 从 Dynamics CRM(在线)检索帐户实体名称列表 - Retrieve list of account entity names from Dynamics CRM (Online) using PowerShell
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM