Forum Post: RE: SSRS report in Dashboard
use the report server url in the iframe it looks you are using the crm url copied by clicking the f11. Instead of that use the below highlighted url format https://devreports01/ ReportServer_INST01...
View ArticleForum Post: AdvancedFind Add Columns are missing from Grid & ReferenceError:...
MS CRM Type: On-Premise Microsoft Dynamics 365 Version: 1612 (8.2.1.176) (DB 8.2.1.176 ) on-premises Browser: Firefox : 55.0.3 (32-bit) Steps to reproduce: 1. Go to Advanced Find 2. Choose Any Entity...
View ArticleForum Post: Trace Log Missing part of it
Hi I'm having an issue that some times the trace log will not be completed and missing the beginning part is there any limitation for the length of it
View ArticleForum Post: RE: how to insert chart into a entity form?
Edit Sorry I wrongly understood your question. My reply was for adding chart to a dashboard. --------- hi mate, Please follow this step by step guide: crmbook.powerobjects.com/.../charts-dashboards Or...
View ArticleForum Post: RE: Trace Log Missing part of it
Hi, In the TraceLog entity the field Message BLock is string type TextArea format. In CRM Text Area fields have a maximum length of 4000 characters.
View ArticleForum Post: RE: Associating entities via Web API using C#
Hi Brad Sprigg , If you are still facing this error. Please do let me know. Thanks Regards, AW
View ArticleForum Post: RE: how to insert chart into a entity form?
I am sorry maybe I describe my question too much simple. just like I want to see a chart about a person( contact) in the form when I open the person records.
View ArticleForum Post: RE: how to insert chart into a entity form?
In general we can't add chart on form. You have two options in CRM: 1. Adding a chart on dashboard 2. Adding a Java script based chart in custom web resource. If this is what you want let us know and...
View ArticleForum Post: RE: Unable to access dashboard sub grid from java script
hi Alagu, Have you checked getSelectedRows menthed. It will return selected rows. Please follow these links: msdn.microsoft.com/.../dn932126.aspx...
View ArticleForum Post: RE: Trace Log Missing part of it
I check the metadeta and the length is 1073741823 so i don't think the issue like this
View ArticleForum Post: RE: Switch from Automatic Folder creation to Manual Folder...
Hi Martijn, Thank you for looking into this and your post. It answered my questions. Ashok
View ArticleForum Post: RE: Help with solution/work-flow to move attachments from Tracked...
I was hoping to get some response on this. Is any one has done this? Thanks, Ashok
View ArticleForum Post: how to optionset value in c#
Hi, I am trying to case type code through plugin, but I always get this text "Microsoft.Xrm.Sdk.OptionSetValue", how do we get optionset value. I attached the code snippet Entity incidentEntity =...
View ArticleForum Post: RE: how to optionset value in c#
Hi, Case the attribute as an OptionSetValue like so: ((OptionSetValue)incidentEntity["casetypecode"]) You can get the option set value on the .Value property (source:...
View ArticleForum Post: RE: AdvancedFind Add Columns are missing from Grid &...
Hi, I've had this happen with Chome a few months ago with specific versions of CRM, now it's fixed. I think it's just a compatibility issue that'll get resolved wither with the browser or a CRM update....
View ArticleForum Post: RE: Change the Icon of User Entity in Child Navigation
Hi Hermant, The related records icons are the same ones defined on the entity that you see from the main navigation. Unfortunately, you can't change icons of system entities, only custom ones. Source:...
View ArticleForum Post: RE: Button not display
Hi Alagu, Is your scenario that all dashboards except one show the Set as Default button? That's supposed to happen if you're already looking at your dashboard. The difference between Online and 2016...
View ArticleForum Post: RE: Trace Log Missing part of it
Yes, you're right about the max length but according with metadata that field cannot be updated.
View Article