dynamics-crm-2015

CRM 2015 on premise: Plugin Profiler error

浪子不回头ぞ 提交于 2021-02-08 09:35:15
问题 Note: We cannot use remote debugger bcoz of limitations. I have used Plugin profiler in the past, but never faced this error or any issues. I have tried some solutions by Aileen but no luck. (http://missdynamicscrm.blogspot.com/2014/05/debug-crm-2013-using-plugin-profiler.html) Am getting this below error in my new assignment. Anybody know whats going on? Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=7.0.0.0,

How to migrate or move activites between contacts in Dynamics CRM

纵饮孤独 提交于 2020-01-06 05:14:28
问题 Two different contacts had the same email address, after an automatic record creation rule was applied, CRM associated email activities to the wrong contact. I've updated the email address value in one of the contacts (the wrong contact) but it has activities that do not belong to it and I need to move them to the right contact. How can move activities between two contacts? I cannot merge the contacts as they are legitimate contacts. I did try to update the partyid field of the activityparty

Xrm.Utility.openwebresource opens new tab

半城伤御伤魂 提交于 2020-01-04 13:11:43
问题 We have an onprem crm 2016. I'm opening an html webresource on a click of a ribbon button. I'm using Xrm.Utility.openWebResource(...) . The problem with that is we're using IE11 and all users' browsers are configured to let IE decide how to open pop ups. Guess what, IE decides to open a new tab! Is there a way to open an html web resource in a new window without changing the users' browser options? 回答1: Xrm.Utility.openWebResource() performs different in Chrome compared to IE11. Below options

Xrm.Utility.openwebresource opens new tab

空扰寡人 提交于 2020-01-04 13:11:26
问题 We have an onprem crm 2016. I'm opening an html webresource on a click of a ribbon button. I'm using Xrm.Utility.openWebResource(...) . The problem with that is we're using IE11 and all users' browsers are configured to let IE decide how to open pop ups. Guess what, IE decides to open a new tab! Is there a way to open an html web resource in a new window without changing the users' browser options? 回答1: Xrm.Utility.openWebResource() performs different in Chrome compared to IE11. Below options

How to change the navigation in dynamics CRM

浪子不回头ぞ 提交于 2019-12-24 15:22:07
问题 I tried creating a solution and I clicked on " Add existing item " and selected the " Sitemap ". But when I click on the sitemap to edit it nothing happens. How can I customize the top level tile navigation in CRM ? 回答1: For easier editing of sitemap you will have to use some tool like XrmToolbox. 回答2: You can edit SiteMap in CRM either manually or using some tool. On the url below microsoft has mentioned: Using a sitemap editor can facilitate editing the sitemap. A popular one is included in

Dynamics CRM swapping text of a Picklist option

…衆ロ難τιáo~ 提交于 2019-12-23 04:51:30
问题 We have one picklist to take action, want to show different text in 2 different forms. Am trying to use the same option instead of creating 2 different options/values as the behavior is exactly the same. Form A - Permit Issued Form B - Approved I referred this and implemented to remove the option & re-adding with same value but different text. Its displaying as expected but on selection the value reverts to original. I know this is coming from original option-set definition. At least it

Creating a security role to be able to only create roles and users without having system admin role

余生颓废 提交于 2019-12-22 18:04:53
问题 CRM 2015: I want to be able to create a role for local IT to be able to add user accounts and assign roles. Regarding the 'adding roles' portion, is it simple enough just to create a role for local IT to 'write' to 'security' roles in the'business management' tab of 'security roles' at the user level? 回答1: No, this is not that simple. User cannot give another user privilege higher than he has (it would be a serious security hole). So for example you have role to edit Security roles and you

CRM 2015 SDK : The deserializer has no knowledge of any type that maps to this name

为君一笑 提交于 2019-12-22 10:54:44
问题 I am currently working with CRM 2015 SDK. I am simply trying to update a value in C# with this SDK. But for some reasons that I try to figure out, there is a trouble when I save my context . There is the code : foreach (KeyValuePair<string, Account> account in dicAccount) { //Calcul of url/login/date/key/customer values string generatedUrl = Utilities.GenerateURL(url, login, date, key, customer); account.Value.new_Link = generatedUrl; if (!context.IsAttached(account.Value)) { context.Attach

CRM 2015 Linq Count() query - is this enumerating the query?

折月煮酒 提交于 2019-12-12 13:18:08
问题 I've been struggling with writing Linq queries against the Dynamics CRM 2015 SDK OrganizationServiceContext . I'm finding that often the Linq methods I want to use are not supported by the CRM Linq Provider. The latest is Count() . I have an IQuerable<Lead> object and want to count the total records that would be returned when enumerated. But calling Count() on an IQueryable gives the error: The method 'Count' is not supported Digging around I found this advice which is to define the Linq

How to disable Skype and Lync telephony providers for Dynamics CRM completely

无人久伴 提交于 2019-12-12 05:57:08
问题 How can we disable the Skype and Lync providers completely from Dynamics CRM 2015 Online in either supported or unsupported way? What I have tried so far: - Created my own link on phone number fields - Tried to locate any jQuery event handlers attached to the element in the DOM - Assigned the blank event handler to Mscrm.ReadFormUtilities.handlePhoneNumberClick (Ref: http://crmtipoftheday.com/2014/05/15/how-to-block-click-to-call-in-crm/) Still when I click on the phone number the Dynamics