crm

How To Create a case Or Incident In Microsoft Dynamics Online CRM using php-crm-toolkit

旧时模样 提交于 2019-12-25 00:14:09
问题 I am trying to create case it's giving me "Fatal error: Uncaught AlexaCRM\CRMToolkit\SoapFault: You should specify a parent contact or account. in D:\wamp64\www\php_crm\vendor\alexacrm\php-crm-toolkit\src\Client.php on line 1159" My code: <?php /** * Use init.php if you didn't install the package via Composer */ require_once 'vendor/autoload.php'; use AlexaCRM\CRMToolkit\Client as OrganizationService; use AlexaCRM\CRMToolkit\Settings; $options = [ 'serverUrl' => '**********************',

Problem creating proxy class with wsdl.exe

吃可爱长大的小学妹 提交于 2019-12-24 19:30:02
问题 I need to create a .net client which consumes a webservice from a SAP CRM application. I just got the wsdl file. But when i try to create a proxy class with wsdl.exe i get a warning that no classes are generated. What am I doing wrong? There is the header of the wsdl file. <?xml version="1.0" encoding="utf-8"?> <wsdl:definitions targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns

How to fetch list of documents related to the entity record using CRM APIs?

﹥>﹥吖頭↗ 提交于 2019-12-24 09:24:18
问题 Following is the exact scenario in our CRM implementation. We have created a few custom entities, and enabled "Document Management" for them. Now, we need to get list of all documents (with their full URIs) for each entity record using CRM REST APIs. I tried to look into the entities, but not sure which entity to query in order to get list of documents (and their URIs) associated with an entity record. Our documents are getting stored over document library in the SharePoint site. Could anyone

Changes in data and their effect on historical data

旧时模样 提交于 2019-12-24 07:26:20
问题 Say you have an simple CRM system with customers and orders. If a customer changes his name, will you prefer that the old historical orders get the new name as well, or do you copy it to a string value on the order to preserve the accuracy? I doubt there is an answer that covers all situations, but I'm struggling with deciding where I can accept the historical data to be changed and where I cannot accept it. Generally I'm using the thought that if it can be printed, it must be printable again

Hide Ribbon Button Crm 2011

我只是一个虾纸丫 提交于 2019-12-24 04:10:52
问题 I have to hide a ribbon button when the owner of the record isn't the current user. I'm using Visual Ribbon Editor for CRM 2011 however I didn't find out the solution yet. I tried to use Field rule ValueRule but it just allows me to put a bool value (1 or 0). Can anyone please tell me how can I do that? Thank you in advance! 回答1: Add a Enable Rule like this: <EnableRules> <EnableRule Id="YourEntity.Form.XXX.MainTab.XXXXXXXXXX.CustomRule" /> </EnableRules> Rule Definitions as below:

Access Dynamics CRM 4 SPLA (IFD) DiscoveryService from CRM 2011 IFD

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-24 03:07:28
问题 We have just upgraded from Microsoft Dynamics CRM 4 to Microsoft Dynamics CRM 2011. Most of the upgrade has gone smoothly, however I have some custom code (written for CRM 4) which uses the CrmDiscoveryService at the URL "https:///MSCRMServices/2007/SPLA/CrmDiscoverService.asmx" which worked fine on our Dynamics CRM 4 server but not with out Dynamics CRM 2011 server. Our Dynamics CRM 2011 server is set up On Premise, as an IFD deployment. On the actual Dynamics CRM 2011 server box I can

crm 2011 Updating the record that fired the Plugin in post-sync and post-async stage

牧云@^-^@ 提交于 2019-12-24 01:43:10
问题 In a Plugin i have to update the record the plugin was fired by on pre sync, post sync, post async. In Pre-sync-state, i just have to update the Context-Entity e.g. mycontact.Attributes["lastname"] = "ABC" and the changed value is automatically saved. In Post-Update, i can not do that as its already in the Database (but not committed). My attempts to use the service (service.update(mycontact) failed. What is the best way to Update a record in Post-Update (sync/async) - if its possible at al?!

early bound classes usage

丶灬走出姿态 提交于 2019-12-24 01:03:59
问题 Please excuse any irritation that may come through. So after using the early bound classes for a while now our team has noticed some cons that make early bound classes pretty useless. Issues: Slow, since it has to connect to a ws and get over http, even thought it's running in the same process as the rest of the system. Causes sql deadlocks when attaching to CREATE message in a plugin. Any slight change to the system and the classes need to be regenerated and things break. So when are they

Does MSCRM web-service support database transactions?

£可爱£侵袭症+ 提交于 2019-12-24 00:38:28
问题 One would assume with any web-based data application that database transactions would be an integral part of the design. Looking around at CrmService, I can't find anything that suggests that transactional 'CRUD's are available. Is it the case that this is not supported/implemented in MSCRM? If it is, and i have missed it, could someone please point me in the right direction. I fear coding a whole lot of 'repair code' to cater for errors/exceptions half way through a custom import

How to disable CRM 2011 Xrm caching?

耗尽温柔 提交于 2019-12-23 21:12:11
问题 I have problem with crm 2011 caching. I don't need it, but I don't know how to disable it. First I generate this: CrmSvcUtil.exe /codeCustomization:"Microsoft.Xrm.Client.CodeGeneration.CodeCustomization, Microsoft.Xrm.Client.CodeGeneration" /out:Outputcs /url:https://crmaddress/XRMServices/2011/Organization.svc /username:usr/password:pw /namespace:ns/serviceContextName:XrmServiceContext then I have the following code: private XrmServiceContext _crmService; public CrmWS() { CrmConnection