Forum Post: RE: If/Else not working as expected when using if variable ==...
Sorry Jim, Did you try ismailed.valueOf() == true Thanks,
View ArticleForum Post: RE: If/Else not working as expected when using if variable ==...
Weird resolution, glad you got it!
View ArticleForum Post: SetParameter("fetchXml", FetchXml) dosent support in 2015 online...
Hi, I have below code which is stopped working after the CRM updated to 7.1 from 7.0. ///// **********Code :****************///// function setKBArticleSubGrid() { var ConnectionSubgrid =...
View ArticleForum Post: RE: SQL-timout - Service interruption EMEA - region
Still suffering...tried calling MS Support today. Was promised a callback within 2 hours..that was 10 o'clock this morning..not heard anything yet. Tried calling for 2 hours..They just hanged up the...
View ArticleForum Post: CRM 2015 Phone call activities not linked to a Case
When creating a new phone call activity in CRM 2015 (on premise) via quick create or the Outlook client, we have noticed a problem in that even after setting the "Regarding Object" field to a Case and...
View ArticleForum Post: Security removed from Production Instance when we created Sandbox...
Hi. I have been developing a solution in a production environment and we have gotten to the point where we wanted to separate our production from the testing environment. We only have 5 licenses right...
View ArticleForum Post: MS Dynamics CRM 2011 - PDF Report Margins?
Hey guys! Situation : We have weekly reports that go out to an email list, recently they have been showing up blank, no idea why. Assuming as part of an update... Anywho, I'm not a CRM guy, but this is...
View ArticleForum Post: RE: MS Dynamics CRM 2011 - PDF Report Margins?
Hi! There could be a lot of reasons the report is rending blank (and if it was working fine before, I'd be surprised if it was because of the margins). If this is a SSRS report - If you want to check...
View ArticleForum Post: RE: A duplicate column heading exists...
This is the answer to this problem that Lucas answered as I was able to replicate it if I added two fields with the same display name to the Account form and then attempted to download the Account form...
View ArticleForum Post: RE: Issue Tracking Appointment created by other external contact
Have you received any additional information on this issue? I am also running into the same thing. Only difference is I am running Windows 7.
View ArticleForum Post: DiffInMonths Calculated Field Results in Minutes Label Instead of...
I have found that in CRM 2015 Update 1 Online, the DiffinMonths field calculation results in a "minutes" value instead of "months". The number is correct; just the label is wrong. Example: Field1 =...
View ArticleForum Post: RE: DiffInMonths Calculated Field Results in Minutes Label...
Hi, This sure sounds like a bug to me - the best place to report bugs is on the Microsoft Connect site at http://connect.microsoft.com/ Hope this helps! I'd appreciate if you'd mark this as a Verified...
View ArticleForum Post: CRM 2015 Online + SharePoint Online Custom Documents Folder
I use Office 365 with includes CRM 2015 Online. I was able to integrate SharePoint, but I can't figure out how to customize the auto-entity-library creation. For example, my Document Site is:...
View ArticleForum Post: RE: CRM 2015 Phone call activities not linked to a Case
Never mind on this. I just realized that the regarding object is a custom field that we created a while back to resolve another problem and we just needed to put the correct, original "regarding" field...
View ArticleForum Post: CRM 2015 Online + SharePoint Document Location Auto-Rename Folder
I have Office 365 which includes CRM 2015 Online and SharePoint. SharePoint is integrated with the CRM. For document locations, I want to know if there is a way to auto-rename folders if the value of...
View ArticleForum Post: RE: Access external web service using HTML Web Resource
Hi Nikki These options will need to be added to the receiving web service not on your call (CORS and cross domain issues) web service headers (receiving) not on your javascript call...
View ArticleForum Post: RE: force submit on a read-only field
Thanks Chitra.. I thought it worked. But it failed to save for some records and when I opened those records.. I am seeing 'Unsaved Changes' in the bottom and only after clicking 'Save' the value is...
View ArticleForum Post: RE: CRM 2015 Online + SharePoint Document Location Auto-Rename...
Hi, Unfortunately there is no out of the box functionality to do this. You would need to create some custom functionality to do this. You could use the technique I describe here -...
View ArticleForum Post: RE: Customize Quick Create Prompt?
DaveK, those controls are not supported to customize and will probably will be an unsupported code change to allow for an alert.
View ArticleForum Post: RE: Caching Dynamics CRM Connection with Xrm with ASP.NET
Hi Santiago, you can use the function below to remove a CRM cache by entity. public static void ClearCache(string entityName) { const string format = "adxdependency:crm:entity:{0}"; var dependency =...
View Article