博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CRM 2011 Distribute Workflow Activity (MSCRM 2011 分派工作流活动)
阅读量:4679 次
发布时间:2019-06-09

本文共 1334 字,大约阅读时间需要 4 分钟。

下载地址:

Project Description

This is an update of the CRM 4.0 Distribute Workflow Activity Project ()
This plugin allows to execute a workflow for each entity that has a 1:N or N:N relationship to a given entity.
For example: execute a workflow for each case related to an account (1:N), or for each competitor related to an opportunity (N:N), etc.

Summary

With CRM 2011 out-of-the-box it is possible to perform actions on entities that have a
N:1 relationship to a given entity, For example from an opportunity it is possible to update or run a workflow on the parent customer.
This plugin allows to extend this to the other two possible relationships:
1:N and
N:N. With the aid of this plugin it is possible to perform an action on each opportunity given the parent customer (
1:N) or on each competitor given the opportunity (
N:N) or on each opportunity given the competitor (other way of the same
N:N).

Installation

  • Copy the .dll to the Microsoft Dynamics CRM\Server\bin\assembly folder
  • Run the Plugin Registration tool and register the .dll
  • Specify Name and Group Name for the CodeActivity in the Plugin Registration Tool
  • If the plugin was registered successfully, a new action sub-menu will be available when selecting a workflow action.

Documentation

  • See the .

转载于:https://www.cnblogs.com/Republic/archive/2011/08/25/2153171.html

你可能感兴趣的文章
vue2.0 路由学习笔记
查看>>
[转]JAVA回调机制(CallBack)详解
查看>>
vue组件库(五):icon管理
查看>>
Apache Hadoop 和Hadoop生态圈
查看>>
Ctrl+Enter 选中文本提交
查看>>
android WIFI
查看>>
常用的匹配正则表达式和实例
查看>>
小组成员及其git链接
查看>>
SQL case when else
查看>>
JAVA学习之路(环境配置,)
查看>>
Task.WaitAll代替WaitHandle.WaitAll
查看>>
MVc Identity登陆锁定
查看>>
cdn连接失败是什么意思_关于CDN的原理、术语和应用场景那些事
查看>>
ultraedit26 运行的是试用模式_免费试用U盘数据恢复工具 – 轻松找回U盘丢失的各种数据!...
查看>>
怎么从转移特性曲线上看dibl_白话IVD中的流体——泵的流量特性与管路阻力特性...
查看>>
奈奎斯特与香农定理_通俗理解奈奎斯特带宽
查看>>
ercharts一个页面能放几个_谷歌优化排名网站内页,一般放置几个关键词?
查看>>
redirect路由配置 vue_Vue 动态生成路由结构
查看>>
maven仲裁机制_Maven 基础知识依赖机制
查看>>
canvas绘制四分之一圆_用canvas画太极图(一步步详解附带源代码)
查看>>