Forum Post: How to get data from CRM online and do the CRUD operations using...
Hi, Can anyone please help me to How to get data from CRM online and do the CRUD operations using ASP.Net Web Form. Thanks.
View ArticleForum Post: RE: How to get data from CRM online and do the CRUD operations...
Interacting with Microsoft dynamics crm is very easy using asp.net as long as you get familiar with CRM SDK. YOu can do CRUD operation on crm data using CRM organizationService API's . Check the below...
View ArticleForum Post: RE: CRM 2015 Workflow Orders
Have you tried to edit the rank field of a workflow to set the order ? If not use the below to change the order of execution mscrmtools.blogspot.com/.../new-xrmtoolbox-plugin-synchronous.html
View ArticleForum Post: RE: Plugin Registration tool fails to retrieve organizations
Thanks! Checking the SSL checkbox fixed the issue.
View ArticleForum Post: RE: Send email depending on user language
Hi, There's nothing wrong with asking questions. Here's a good link on how to create a simple plugin in C# and it's the style I use in my code: msdn.microsoft.com/.../gg594416.aspx Most of the way down...
View ArticleForum Post: Dynamics Worksheet font issue after update from CRM
Hi, I am facing one odd issue related to Dynamics Worksheet in CRM after I refresh excel data from CRM. After I update excel sheet, I am getting below issues in excel sheet related to font, number...
View ArticleForum Post: Dynamic worksheet, Refresh from CRM displays characters incorrectly
Hi, When I export a dynamic worksheet (view) via Advanced Find, the text is shown correctly in Excel (2013). After I click Refresh from CRM, the data is retrieved again and some (German) characters are...
View ArticleForum Post: Custom fields on entities
Hello there, Is there a way to add custom fields on native MDM entities sucha as "Client Contact"? Thank you. Jason.
View ArticleForum Post: Custom activities
Hello there, Is there a way to store custom activities on MDM Marketing and Client Contacts? If yes, is there way to save such information through an API? For example I want to store along with a...
View ArticleForum Post: RE: Export error rows with Error Code/Error Description
Hi Adrian The standard Export Error Rows functionality do not allow you to export the cause of your errors with your data. you can found a helpful report (paid solution) which allows you to retrieve...
View ArticleForum Post: RE: Send email depending on user language
Thank you very much for your help. Right now I'm getting this error: The type or namespace name 'QueryExpression' could not be found (are you missing a using directive or an assembly reference? What...
View ArticleForum Post: RE: Send email depending on user language
Never mind I don't have the error anymore
View ArticleForum Post: Account details from excel and back to CRM
I use advanced find to get contact / account details on certain name conditions, i extract these details to excel format. Now when i make changes to the excel, how can i get the excel values udpated...
View ArticleForum Post: RE: Getting SyntaxError: Expected '{' - when calling a simple...
Did you try going to System Settings and turn ON legecay form rendering?
View ArticleForum Post: Error using DFW AG Utilities
Hello, I have set up this workflow utility to allow me to send an email to every connection on an entity record. It is failing with: Unhandled Exception:...
View ArticleForum Post: RE: Getting SyntaxError: Expected '{' - when calling a simple...
Changing the form rendering may fix the issue temporarily but I'm interesting in finding the root cause of the errors in the interest of long term maintenance.
View ArticleForum Post: Dynamics CRM for Accounting purposes
Hi there, I've got quick question. I know it doesn't have a specific definite answer, but i just want to gather thoughts and ideas. Were currently using Dynamics CRM for various purposes, including a...
View ArticleForum Post: RE: Auto-populate required name field
Hi, Get the value of a Date field. Please refer the below link: intersection3.com/.../dynamics-crm-2015-javascript-reference
View ArticleForum Post: RE: Send email depending on user language
I manage to make it work! Thank you very much. Right I just added the uilanguageid to the email title for testing and it does send the right code for each language. This is my final code. Entity...
View ArticleForum Post: RE: SQL backup to a new Organization.
Getting an error like: you must map your active directory user account to at least one enabled microsoft dynamics crm user Not sure which user to map to, for completing the import.
View Article