Great, thanks Guido :)
↧
Forum Post: RE: Buy Domain Name from Office 365
↧
Forum Post: Create a Workflow to Create a New Contact Record When Survey is Completed Online
I want to gather survey information and have created a workflow that seems to "succeed" but I am not finding any new contacts when I do a search for new contacts. Where is the information going? I am also not receiving the bcc email that is supposed to tell me a survey was completed. The original survey is here: http://web.dfafarmsupplies.com/dfamilkcom-akfcq/pages/06vlzmxeealbgbqvrkakg.html (ClickDimensions web content embedded on a web page). Here is my workflow and the associated view.
↧
↧
Forum Post: Javascript - Retrieve another page values
Hello everyone, I have a JavaScript that runs in loading a form of an entity called Interested Control; This entity I have a lookup that points to another entity called Process. In ONLOAD event page of Interested Control, the code needs to go in the process entity and take the value of Vinculo field that has the same GUID Interested Control entity Process field. I am using the CRM solution in Rest Builder MSCRM 2016 I am getting the following error code in the event of Microsoft Dynamics CRM Error Content: Uncaught Error: Error: 400: Bad Request:. Unrecognized 'Edm.Guid' literal 'guid'ProcessoID' 'in' 19 ' 584 /%7B636021344570000362%7D/WebResources/lat_/CRMRESTBuilder/scripts/XrmServiceToolkit.js?ver=-820347622 /form/page.aspx?lcid=1046&themeId=f499443d-2082-4938-8842-e7ee62de9a23&tstamp=793614&updateTimeStamp=635997708343406516&userts=131110120981308946&ver=-820347622#_CreateFromId=%7b87CD99A6-4B2E-E611-80E3-2C59E53AD368%7d&_CreateFromType=10008&_searchText=&create=True&etc=10227&pagemode=iframe&parentLookupControlId=lookup_ControleInteressados_i&theme=Outlook15White&counter=1466538514623 anonymousrror:400:BadRequest:Unrecognized'Edm.Guid'literal'guid'ProcessoID''in'19'. Error: Error: 400: Bad Request: Unrecognized 'Edm.Guid' literal 'guid'ProcessoID' 'in' 19 ' . anonymousrror:400:BadRequest:Unrecognized'Edm.Guid'literal'guid'ProcessoID''in'19'. I adiconei the XRM Service Tookit JSON2 and libraries, plus the library specifies the entity. The code I'm using and below: function BuscaEndereco() { var processoArray = new Array(); if(Xrm.Page.getAttribute("new_processoid").getValue() != null) { var ProcessoID = Xrm.Page.getAttribute("new_processoid").getValue()[0].id; alert(ProcessoID) XrmServiceToolkit.Rest.RetrieveMultiple ( "new_processoSet", "?$select=new_processoId&$filter=new_processoId eq (guid'ProcessoID')", function (results) { for (var i = 0; i < results.length; i++) { var new_processoId = results[i].new_processoId; } }, function (error) { alert(error.message); }, function () { //On Complete - Do Something }, true ); } } Taank You
↧
Forum Post: RE: Javascript - Retrieve another page values
Looks like you need to adjust your $filter statement to concatenate your ProcessoID variable. The way you have it now just pass the literal string "ProcessoID".
↧
Forum Post: Error Rendering Chart - SQL Function Missing / Missing Microsoft.Crm.SqlClr.Helper.dll
We ran into an issue where we, on some charts, would receive an error "An error occurred while the chart was rendering." We turned on the trace log for CRM and found when we would get this error the following error message was generated in the log: System.Data.SqlClient.SqlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #B63F16E6: System.Data.SqlClient.SqlException (0x80131904): Cannot find either column "dbo" or the user-defined function or aggregate "dbo.fn_ConvertUtcToSpecificTimeCLR", or the name is ambiguous. I took a look in SSMS and found that the function was indeed missing from the organization database. A little research showed that this function was part of Microsoft.Crm.SqlClr.Helper.dll which did not appear loaded in the system either (from what I could tell through SSMS), even though it could be found in the SQL data directory. Clued in by some similar posts I managed to find this MSDN article which explains how you would manually load the assembly if you were setting up a fail over environment. I am not setting up a fail over environment but I figured these steps might be worth a shot. https://msdn.microsoft.com/en-us/library/jj822357.aspx When I ran the relevant commands under the "Create the SQL logins for the Microsoft Dynamics CRM security groups on all secondary replicas" section I would get errors saying the asymmetric key already exists for "MSCRMSqlClrKey" - I ran the SQL command that was supposed to check for this before trying to add it and the following are the ones that exist in my system: MS_SQLEnableSystemAssemblyLoadingKey DYNAMICSv4_0_30319SystemDirectoryServicesKey DYNAMICSv14_0_0GPWorkflowEngineKey DYNAMICSv4_5_11NewtonsoftJsonKey From here I could basically conclude that one of the Dynamics GP assemblies above shared a key with CRM and we have a conflict of sorts. A little googling I found this page which would suggest the same and even though I don't recall seeing that error when I ran the install, I believe I have the problem they mention. http://www.summitgroupsoftware.com/blog/error-installing-crm-if-gp-2013-r2-or-higher-already-installed The two options they provide are less than ideal. CRM and GP are already installed so installing CRM first is out. The systems, both GP and CRM, have been in production a while so I would like to avoid migrating to a new SQL environment if at all possible. What options do I have to get my charts working? Is there any way to load this assembly and the function the charts require into the SQL environment in a supported manner? Is it documented somewhere that GP and CRM cannot share a SQL instance? Am I chasing a red herring?
↧
↧
Forum Post: RE: Javascript - Retrieve another page values
Would you please have an example?
↧
Forum Post: RE: CRM & Azure Service Bus: 'Service integration issuer information not found"
It turns out the solution is to register the self signed certificated in the CRM config database regardless the note in the article that says it does not apply to on-premises or IFD with SAS. When i registered the certificate the SAS connection worked fine :)
↧
Blog Post: Where are all the high paying jobs?
They are all over the place! Turns out there are tons of them, over 500 of them sitting empty in my Congressional district alone. The average salary for these skilled professionals? Over $100,000! But with all of this opportunity out there, it brings our attention to a big gap in how we are educating our future professionals. Of the 51 high schools in my Congressional district, only eight of them offer computer science. Eight. This problem is not unique to Colorado Springs. This problem is not unique to Colorado. It is a national issue. Nationwide there sits empty nearly 250,000 jobs. A quarter of a million high paying jobs just waiting for a qualified employee. Your call to action is actually quite simple. Ask your representative to support more funding for computer science education. Some links for you. Here is some info and a study on the national issue. Here’s where you can find your representative to tell them what you need. Their job is to serve the needs of their constituents. That’s YOU! Here's a fun video with stats. Can you find me!?
↧
Forum Post: RE: Javascript - Retrieve another page values
this: "?$select=new_processoId&$filter=new_processoId eq (guid'ProcessoID')", should be this: "?$select=new_processoId&$filter=new_processoId eq (guid'"+ ProcessoID + "')",
↧
↧
Forum Post: RE: Moving a view to an end-user's MY CONTACTS folder in Outlook
Thank you. That worked perfectly.
↧
Forum Post: File Name on attachments of incoming emails
We have a customer who recently went live with their service module. They rely heavily on attachments received from their customers. The company has chosen to not use the Outlook client and instead spend all their time in the UI. The client is not happy with the way attachments look inside of the e-mail activity. The attachments are coming thru with the additional text in front of the filename as shown in the picture. They started coming in like this in June, 2016. If I look at attachments from April 2016 the filenames look the same. This looks like it is being done on the exchange side. Has anyone else seen this?
↧
Forum Post: RE: Javascript - Retrieve another page values
I tried this code more unsuccessful if (Xrm.Page.getAttribute ("new_processoid"). getValue ()! = null) { var = ProcessoID Xrm.Page.getAttribute ("new_processoid") getValue () [0] .id.; alert (ProcessoID) XrmServiceToolkit.Rest.RetrieveMultiple ( "New_processoSet" // "? $ Select = $ new_processoId & filter = new_processoId eq (guid'ProcessoID ')" "? $ Select = $ new_processoId & filter = new_processoId eq (guid '" + ProcessoID + "')" function (results) { for (var i = 0; i <results.length; i ++) { var new_processoId = results [i] .new_processoId; } }, function (error) { alert (error.message); }, function () { // On Complete - Do Something }, true ); }
↧
Forum Post: RE: Case owner displayed as "First Last"
I'm experiencing the same issue but I can't simply change the name in 0365 because it is using DirSync to sync with my On-Premise AD. Any suggestions???
↧
↧
Forum Post: RE: problem in invoice permission for 1 user in some invoice records.
You said they dont have access team but have you checked regular team or BU ,quite possible user is a member of team with write privilege .
↧
Forum Post: RE: Global Administrators
Hi Kerry Any Global Admin will receive email prompts, otherwise they shouldn't be Global admins as they need to be aware of what changes are occurring on the system. However one way around this is using the default office 365 email address or another email instead of your actual real business email. create this account on the built-in .onmicrosoft.com domain, rather than one of your custom domains. This is especially useful if you currently use, or intend to use, DirSync. This allows you to log in as a non-federated account in the event that something happens with your on-premises Admin accounts Best Wishes, Raz
↧
Forum Post: RE: List in DashBoard
Assuming you have published all the changes ? very basic but sometimes we do miss out
↧
Forum Post: RE: List in DashBoard
Hope you have published all of your changes , very basic but sometimes we do miss out
↧
↧
Forum Post: RE: Repeating Workflow
Appears you need to set counter for your workflow.
↧
Forum Post: RE: change Password
For CRM , your system logon password is used when you are set in AD , if you change your system password that will change your CRM Password also , but otherwise i dont think you can create a separate password for CRM than AD.
↧
Forum Post: Can't get email from Dynamics CRM to work (it fails silently)
Dear DynamicsCRM community I'm posting this here at the suggestion of @MSFTDynamics on Twitter. Apologies if this is in the wrong place. (This request already made via Online chat, via "Call Me!", but with no reply) I've got a 1 month trial of Dynamics CRM, but have been unable to get email from it to work. I'm signing in (as Dynamics CRM main admin user) via my Office 365 account (so presumably shouldn't have to enter in my email credentials for Dynamics CRM to be able to send emails from that account, and I'm also using Microsoft Dynamics CRM Online for Outlook. But if I try and send an email from within Dynamics CRM (in a browser, eg Edge) it fails silently (ie no email is sent, but I get no error message either), and I also get a "Pending email warning: you you email messages more than 24 hours old that haven't been sent. To send these messages, sign in to Microsoft Dynamics CRM for Outlook, or verify with your system administrator that server=side synchronization or the Email Router is set up to send messages for you. For more information about email configuration, see online Help.". I've looked at the online help, but it is very unclear about what to do when signed in from Office 365, and implies that I shouldn't have to do any special configuration if I'm using CRM for Outlook. This is going to stop us using the product, so please will someone help me to solve this? Thanks
↧