Unable to compile code when using OrderClose class

前端 未结 4 1416
感动是毒
感动是毒 2021-01-17 02:10

I\'m trying to build a plugin that does some operations on a salesorder. I also have to set a order as fulfilled. I found on the SDK documentation an extract that must be us

4条回答
  •  既然无缘
    2021-01-17 02:13

    It sounds like the sample code assumes you have generated the early-bound code for your organization. If you included the early-bound code in your project, this reference would resolve. See this link:

    https://msdn.microsoft.com/en-us/library/gg327844.aspx

    The CrmSvcUtil.exe is part of the CRM SDK. Here is a template of how to use it:

    CrmSvcUtil.exe /url:http:////XRMServices/2011/Organization.svc    /out:.cs /username: /password: /domain:    /namespace: /serviceContextName:
    

提交回复
热议问题