dynamics-crm

Nullable filters in XRM where clause

为君一笑 提交于 2020-01-05 06:38:38
问题 I'm using the XRM (early bound) types in a WCF project so I have access to the CRM model and can use LINQ queries. But I've been running into a problem described here, it's the limitations on the where clause specific to XRM LINQ: where [clause limitations] The left side of the clause must be an attribute name and the right side of the clause must be a value. You cannot set the left side to a constant. Both the sides of the clause cannot be constants. Supports the String functions Contains,

Associate primarycontactid to Case-Dynamics CRM web API

核能气质少年 提交于 2020-01-05 04:03:28
问题 I am trying to create a case and associate a contact in the primarycontactId field. I am using an alternate key to look up the contact as below. POST https://xxxxx.crm.dynamics.com/api/data/v8.2/incidents HTTP/1.1 Accept: application/json OData-MaxVersion: 4.0 OData-Version: 4.0 Content-Type: application/json; charset=utf-8 Host: xxxxxx.crm.dynamics.com Content-Length: 161 { "title": "case101", "primarycontactid@odata.bind": "https://xxxxx.crm.dynamics.com/api/data/v8.2/contacts(xxi_xxx=

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

CRMAF Filtering in CRM 2011

牧云@^-^@ 提交于 2020-01-04 11:41:54
问题 I am trying to use CRM CRMAF Filter in a report for CRM 2011. But I can't find any examples on how to do it. What does the query need to be changed to to filter on Quotes and what Parameter needs to be added. SELECT Quote.QuoteNumber, Quote.Name, Quote.CreatedOn, Quote.CustomerIdName, Quote.OwnerIdName, SystemUser.Address1_Telephone1, SystemUser.InternalEMailAddress, Quote.Name AS Expr1, Quote.BillTo_Line1, Quote.BillTo_Line2, Quote.BillTo_Line3, Quote.BillTo_StateOrProvince, Quote.BillTo

CRMAF Filtering in CRM 2011

烂漫一生 提交于 2020-01-04 11:40:23
问题 I am trying to use CRM CRMAF Filter in a report for CRM 2011. But I can't find any examples on how to do it. What does the query need to be changed to to filter on Quotes and what Parameter needs to be added. SELECT Quote.QuoteNumber, Quote.Name, Quote.CreatedOn, Quote.CustomerIdName, Quote.OwnerIdName, SystemUser.Address1_Telephone1, SystemUser.InternalEMailAddress, Quote.Name AS Expr1, Quote.BillTo_Line1, Quote.BillTo_Line2, Quote.BillTo_Line3, Quote.BillTo_StateOrProvince, Quote.BillTo

CRMAF Filtering in CRM 2011

杀马特。学长 韩版系。学妹 提交于 2020-01-04 11:40:07
问题 I am trying to use CRM CRMAF Filter in a report for CRM 2011. But I can't find any examples on how to do it. What does the query need to be changed to to filter on Quotes and what Parameter needs to be added. SELECT Quote.QuoteNumber, Quote.Name, Quote.CreatedOn, Quote.CustomerIdName, Quote.OwnerIdName, SystemUser.Address1_Telephone1, SystemUser.InternalEMailAddress, Quote.Name AS Expr1, Quote.BillTo_Line1, Quote.BillTo_Line2, Quote.BillTo_Line3, Quote.BillTo_StateOrProvince, Quote.BillTo

Exposed onsite vs IFD deployments for MS Dynamics CRM

余生颓废 提交于 2020-01-04 04:08:13
问题 I'm working for the first time on a MS Dynamics CRM 4.0 project. Our company has a high number of remote employees and even more remote consultants. As such it will be necessary to make the CRM solution available over the internet. As near as I can tell, I have three options: Have everyone use a VPN to access an intranet site (typical onsite deployment). However, we have found that VPNs are far from trouble free and cause many support issues. We avoid them like the plague. Use IFD to expose

How to get audit record details using FetchXML

白昼怎懂夜的黑 提交于 2020-01-04 03:50:43
问题 Using this query im able to retrieve audit records in Microsoft Dynamics CRM online <fetch version="1.0" > <entity name="audit" > <all-attributes/> </entity> </fetch> But this lacks the info about what happened in the operation, more specificly the old value and new value of the column changed. This data is shown when i use the audit tool in the settings of the regular interface, so the data is present. Does anyone know how to fetch it? Is there another entity im missing? 回答1: Audit records

Integration to Microsoft Dynamic CRM 2011 [closed]

时间秒杀一切 提交于 2020-01-04 02:53:14
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . How to Integrate your application to Microsoft CRM 2011 using CRM 2011 SDK and C#? Edit: I moved my question to the answer to follow the question and answer format. according to Guido Preite. 回答1: Because I'm now in a habit of sharing new things I learn everyday, I'm just gonna