Blog Post: Dynamics 365 Connector in GCC
Recently I had to work on a PowerApps/Flow solution that would connect to a Dynamics 365 data source. I have done various things previously with the Dynamics 365 connector, but when trying to do the...
View ArticleForum Post: RE: PDF Generation
Hi William, This feature was added as part of the April Wave of updated. It is currently available only for the quote entity. There have been requests on the Microsoft Ideas portal to extend this to...
View ArticleForum Post: RE: what is difference between classic and UCI apps in dynamic 365?
Hi Yashod, The one thing that you have to start considering is that you should start building your applications using Unified Interface. Microsoft is trying to reach "Parity", so that all the features...
View ArticleForum Post: Error in Java script
Hello, we are using CRM online version 9.1 I am using the following script to set a lookup value from Accounts to Invoice entity. I am not able to find this file in debugger to debug the code. function...
View ArticleForum Post: Configuring Knowledge Article Content Editor to include drag and...
Hi all, I've been reading up on a method to update the content editor on the new Knowledge articles so that I can include some of our organization's previous CSS into the style drop down. I found the...
View ArticleForum Post: RE: Error in Java script
Hello Huzefa, What is the exact error you are encountering? the below code should be if (lookupValue[0].id! = null) if (lookupValue[0].id != null)
View ArticleForum Post: RE: Possible to update the Owner of an opportunity without...
Kokulan, I am trying to get your code to compile on my machine. I installed the following NuGet packages, which resolved most of the errors: Microsoft.Xrm.Sdk.Workflow.2015 Microsoft.Xrm.Sdk.2015 But...
View ArticleForum Post: RE: Error in Java script
Hi, Yes found the mistake while debugging. Thanx for your help.
View ArticleForum Post: How do I get WorkFlowActivityBase class?
I am creating a custom workflow in Microsoft Dynamics CRM to automatically update a field when a record is saved. A developer on a forum provided the following source code; but he has not responded to...
View ArticleForum Post: Custom Workflow that re-assigns Owner has suddenly stopped working
I have a workflow that reassigns the owner based on a field called "QuoteWerks Prepared by". The "KED365" step is a custom workflow activity, and uses the code below: namespace KED365.Workflows { using...
View ArticleForum Post: excution of SSIS package fail from Sql server 2017
Hello i am excuting ssis packge into Sql server 2017 but it's failed and throw some erros(in ssis i insert data to sql db from crm 365) screenshots: Thanks regards.
View ArticleForum Post: RE: Custom Workflow that re-assigns Owner has suddenly stopped...
the error is clear "Owner was not provided" it means that the custom activity did not set the OutArgument PreparedBy because (as in the code of the custom activity) if the name is not found or you...
View ArticleForum Post: RE: excution of SSIS package fail from Sql server 2017
Seems like you have quite a few errors, and most due to connection managers. Did you install the license for CozyRoc on your server? Not sure that is the issue, but it seems there is an issue with your...
View ArticleForum Post: RE: excution of SSIS package fail from Sql server 2017
Hy Aric no, i have not install the license for CozyRoc on server. can i do without purchasing?
View ArticleForum Post: RE: Custom Workflow that re-assigns Owner has suddenly stopped...
Hi Guido, Thanks for your reply. I see the error is "owner was not provided", but the issue is that suddenly the PreparedBy comes across as null in the custom workflow step every time, whereas before...
View ArticleForum Post: RE: Custom Workflow that re-assigns Owner has suddenly stopped...
the "wait until" has no use, the reason is that there isn't a system user with the text provided var results = CrmService.RetrieveMultiple(QEsystemuser); this does not return a single element, because...
View ArticleForum Post: RE: Custom Workflow that re-assigns Owner has suddenly stopped...
Guido, How would I create a note that puts the note body of the content of the message outparameter? Thanks!
View ArticleForum Post: RE: Custom Workflow that re-assigns Owner has suddenly stopped...
you can use a "Create" step, selected Annotation as entity and inside the body (or the title) you put the value of the outparameter Message do this step before the assign opportunity, otherwise it will...
View ArticleForum Post: I am trying to write a plugin which has to search through files...
I am trying to write a plugin which has to search through files in sharepoint and return path. For I need to use assembly -- "'Microsoft.SharePoint.Client.Search, Version=16.1.0.0," How ever I am...
View ArticleForum Post: RE: I am trying to write a plugin which has to search through...
if it is an online instance (meaning you can only register the assembly in sandbox) the alternatives are two: 1) try to merge the assemblies with ILMERGE (there are guides to do this for dynamics...
View Article