the link to download the managed solution for the REST Builder is this one https://github.com/jlattimer/CRMRESTBuilder/releases/download/2.6.0.0/CRMRESTBuilder_2_6_0_0_managed.zip can you try again with this link? if still not working can you attach a screenshot?
↧
Forum Post: RE: Where I can find the download site of OData Query Designer?
↧
Forum Post: RE: Import Solution Double FIelds Column Header
I would remove these fields from Default solution on UAT, no need to touch the base solution and then do the import of your solution or patch that contains the headeron UAT again. Have you imported your solution as managed on UAT?
↧
↧
Forum Post: RE: Customization of the ribbon. Entities related to Business unit
Hi, I don't think you can customize ribbon menu of Business Unit entity. You cant open Business Unity entity using Ribbon Workbench.
↧
Forum Post: RE: Workflow triggering multiple times.
I've adjusted the workflow and process to not update the record in question at all. The trigger is on the Dialer List Status field, which should trigger the workflow more than once, but it should fail the first conditional statement. However, it is not failing that statement. Would changing this to a real-time workflow potentially fix this? Maybe this is an issue with asynchronous operations? Its also worth noting that this Workflow runs successfully when the record initially changes to "Checked Out" and fails the conditional statement.
↧
Forum Post: RE: Where I can find the download site of OData Query Designer?
Hi I have downloaded from this link just now and installed on latest version of my trial instance https://github.com/jlattimer/CRMRESTBuilder/releases It installed successfully and the tool works Make sure you downloaded the latest version, you have to import this file CRMRESTBuilder_2_6_0_0_managed.zip If you are familiar with XrmToolBox and FetchXML builder plugin, with the latest update this plugin can now generate odata query from Fetch, its really useful, please see below Hope this helps
↧
↧
Forum Post: RE: Where I can find the download site of OData Query Designer?
[quote user="Guido Preite"] the link to download the managed solution for the REST Builder is this one https://github.com/jlattimer/CRMRESTBuilder/releases/download/2.6.0.0/CRMRESTBuilder_2_6_0_0_managed.zip can you try again with this link? if still not working can you attach a screenshot? [/quote] yes, this is the correct site, I have just downloaded successfully, thanks a lot,
↧
Forum Post: RE: Workflow triggering multiple times.
Hi I think the problem you are facing here is due to Dialer List Status fields is changing really fast, so the workflow instances are fired almost at the same time (milliseconds or fractions of seconds gap) so at the time when all three workflow check the condition it is satisfied and thats why they all update. Could you try the following? you update the Dialer List Status field at least in more than one minute gap, only first workflow should update and other two conditions will fail. You are right in thinking about converting this to Real-Time, that will most likely solve your problem. One word of caustion, firing loads of Real-Time is a bit more expensive than actually moving this code to a plugin. if you convert to RTWF, check the performance as well.
↧
Forum Post: RE: Where I can find the download site of OData Query Designer?
I also [quote user="Kokulan"] Hi I have downloaded from this link just now and installed on latest version of my trial instance https://github.com/jlattimer/CRMRESTBuilder/releases It installed successfully and the tool works Make sure you downloaded the latest version, you have to import this file CRMRESTBuilder_2_6_0_0_managed.zip If you are familiar with XrmToolBox and FetchXML builder plugin, with the latest update this plugin can now generate odata query from Fetch, its really useful, please see below Hope this helps [/quote] I have downloaded CRMRESTBuilder successfully and got same result as yours. and I have also just downloaded XrmToolBox, but I can't see the same screen as you demoed, how did you get that screen? when I opened the Are you saying the XrmToolBox contains plugin which has the same functionality of CRMRESTBuilder? so if I have XrmToolBox, I donot need to download CRMRESTBuilder? When I open my XrmToolBox, I can find "FetchXml Tester" and when I click it to open it, I can not see the same screens as yours. The only thing is I didn't contact my organization since I have problem to contact it.
↧
Forum Post: RE: Where I can find the download site of OData Query Designer?
You will have to use the FetchXML Builder plugin You will have to use the latest version of the plugin, this is a new feature
↧
↧
Forum Post: RE: Customization of the ribbon. Entities related to Business unit
Michael.Matsiy, Unfortunately there is no possibility to add button on ribbon as well as html web-resource button on business unit form.
↧
Forum Post: RetrieveMultiple' method does not support entities of type 'businessprocessflowinstance
Hello community, I'am getting the error "RetrieveMultiple' method does not support entities of type 'businessprocessflowinstance" when trying to use a retrieveMultiple with queryExpression for the entity "businessprocessflowinstance". Any Idea?
↧
Forum Post: .Net framework version problem using Plugin Registration tool
We are using CRM 365 on-prem version 9. I created a workflow project, added reference to Microsoft.crm.sdk.proxy, Microsoft.xrm.sdk etc. They are all version 9.0.0.0. So my project target framework version has to be .NET Framework 4.6.2. Then I installed plugin registration tool 9.0. When I tried to register the workflow, I got: This plugin assembly uses version 4.6.2 of the .NET Framework. At this time Microsoft Dynamics 365 requires version 4.5.2 of the .Net Framework for plugin assemblies. Rebuild this assembly using version 4.5.2 and try again. Now I am confused on what is the problem. Am I using the wrong version of dlls or CRM365 V9 on-Premise is not using Framework 4.6.2? On the server, I do see the installed Framework version is 4.6.1. What version of Microsoft.crm.sdk.proxy, Microsoft.xrm.sdk etc I should use? Thanks Holly Li
↧
Forum Post: RE: Liquid Template - Caching FetchXML?
Hi You could generate random cache string to invalidate the FetchXML cache, please see below https://stoneridgesoftware.com/using-liquid-templates-and-fetchxml-to-retrieve-data-in-a-dynamics-365-online-portal/
↧
↧
Forum Post: RE: Editing site map of "associated view" for contacts
Method 1 will apply to all forms and method two will only apply to the form you are removing it from, you will have to edit each form for method 2. So I would only go for method 2 if method 1 is not possible.
↧
Forum Post: RE: How to close activities on demand
Thanks, I went with option 2 and it worked.
↧
Forum Post: Bubble up Cases
I appears a Case associated with a contact DOES NOT appear in his account's associated cases. Isn't this supposed to bubble up? Perhaps it never did for cases.
↧
Forum Post: RE: .Net framework version problem using Plugin Registration tool
you need to target 4.5.2 in your project and you must use these versions Microsoft.CrmSdk.CoreAssemblies (9.0.2.5 or below) Microsoft.CrmSdk.Workflow (9.0.2.5 or below) recent versions of these nuget packages require 4.6.2 and your onpremise version doesn't support yet 4.6.2 (for this you get the error message) developer toolkit has nothing to do with this
↧
↧
Forum Post: Multiple requests to https://dc.services.visualstudio.com/v2/track
If I'm inside a record and look at the network tab, I have multiple requests to https://dc.services.visualstudio.com/v2/track happening, at fixed interval(a few seconds). How can I stop this? I do not have Application Insights on Azure
↧
Forum Post: RE: .Net framework version problem using Plugin Registration tool
I switch to sdk 8.0.x and the workflow can be registered. If I create workflow using sdk 9.0, the server wont let the workflow to be registered. I think CRM 365 on-pre v9 is different from online v9. It didn't not support NET Framework 4.6.2
↧
Forum Post: RE: Multiple requests to https://dc.services.visualstudio.com/v2/track
Hi I think it is Application Insights/Log Analytics, please see below
↧