zoukankan      html  css  js  c++  java
  • Dynamics CRM The difference between UserId and InitiatingUserId in Plugin

          对于这两者的不同,MSDN的解释如下

    • IExecutionContext.UserId Property: Gets the global unique identifier of the system user for whom the plug-in invokes Web service methods on behalf of. [1]
    • IExecutionContext.InitiatingUserId: Gets the global unique identifier of the system user account under which the current pipeline is executing. [2]


    字面上的理解,前者即插件的调用者,后者即当前管道的执行者

    歪国友人针对这个问题做的实验如下,通过实验可以加深你的理解

    http://www.magnetismsolutions.com/blog/zhenyuwang/2012/7/7/the_difference_between_userid_and_initiatinguserid_in_plugin_of_dynamic_crm_2011



  • 相关阅读:
    C# WebBrowser屏蔽alert的方法
    C# webbrowser实现真正意义上的F5刷新
    用于验证码图片识别的类(C#源码)
    递归
    排列组合数
    八皇后问题
    算24
    素数环
    acm
    qsort
  • 原文地址:https://www.cnblogs.com/cl1024cl/p/6205832.html
Copyright © 2011-2022 走看看