Forum Post: RE: Dynamics 365 Email rich text box element path cannot be...
Hi, The email editor that Dynamics 365 is using is not TinyMCE, but CKEditor. Check out at www.ckeditor.com. Saying that, what you are trying to do is not supported. Hope this helps.
View ArticleForum Post: Database backup and recovery strategies for CRM on premise
Hello, Could you please tell me what you recommend for fully backing up and testing your CRM 2016 on premise databases in case of disaster recovery? Do you set the recovery model to Full or Simple? How...
View ArticleForum Post: RE: Installation error ADX Studio Portals for Dynamics 365...
We were able to resolve this issue on Premise by opening up port 808 on our back-end CRM servers. Our deployment has two FE's, two BE's, and two SQL Servers (SQL Always On DAG). The issue was with the...
View ArticleForum Post: RE: How "AccountId" is filled from webapi/soap endpoint...
Hello Clément, On the Contact entity the field 'accountid' is a virtual field, it doesn't actually exist. (Only in the WebApi this field is refered to as '_accountid_value' due to the OData...
View ArticleForum Post: RE: Duplicate Detection Rule doesn't warn you on create if it is...
Did you try to re-publish all rules for that entity? It won't take long to try:)
View ArticleForum Post: Menu Flyout Button Display only Admin system RibbonWorkbench
Hi, I custom button with ribbonworkbench but a message says "no action avalaible" when I'm not Admin System. Have you an idea ? Thank for your help.
View ArticleForum Post: RE: How "AccountId" is filled from webapi/soap endpoint...
@Andrew, the pictures are updated (normally). @Michel, thanks for your input, i totally agree with you, on the fact that it's virtual field. As you can see (if the pics work now) in the query from the...
View ArticleForum Post: RE: Access Pre Image On Delete Post Operation Plugin
Hi Laurent, You can also accept my answer : Please make sure you define plugin step following: Messages : Delete Event Pipeline Stage of Execution : Pre-Validation And also don't forget to create pre...
View ArticleForum Post: Dynamics 354 qualifications
Currently going through a migration from SQL server based database to Dynamics 365. I would like to know which options are available for Microsoft Qualifications. I am not a developer so want to start...
View ArticleForum Post: RE: Dynamics 365 Email rich text box element path cannot be...
Dynamics 365 email form uses CKEditor that comes out of the box. You can modify the Config.js for CKEditor and add the following line to hide the html tags at the footer: config.removePlugins =...
View ArticleForum Post: RE: Can't connect to Dynamics 365 with Xrm.Tooling.Connector...
Thanks Bashar, this TLS adjustment worked for me. For anyone reading this in the future... ServicePointManager is in the System.Net library... if your code isn't 'using' that, you can alter Bashar's...
View ArticleForum Post: RE: How "AccountId" is filled from webapi/soap endpoint...
Clement, I believe how OData works in D365 it's more question to product team because they own the code. Why don't you want to use _parentcustomerid_value field in your OData calls instead of...
View ArticleForum Post: RE: Menu Flyout Button Display only Admin system RibbonWorkbench
Hello, Can you please provide code of populateDynamicMenuHome function of bd_DynamicMenu.js webresource?
View ArticleForum Post: RE: How "AccountId" is filled from webapi/soap endpoint...
Hi Clement, To me, this looks like a bug. I've did following test: created a Contact record having the PrimaryCustomerId filled in with an account And then I've sent following WebApi Query:...
View ArticleForum Post: RE: Is it possible to 'Export to Excel' Lead data including...
There is potentially one more answer. You could build an SSRS Report to make a Lead/Post export how you want it, an then save the report to Excel format. that one required a lot more up-front work, but...
View ArticleForum Post: RE: Database backup and recovery strategies for CRM on premise
Half of the questions depend on your business RTO\RPO requirements and how much money it willing to burn on this. Generic SQL Server backup strategies work just fine here IMO.
View ArticleForum Post: RE: How "AccountId" is filled from webapi/soap endpoint...
Thanks for your feedbacks, I will indeed reach the support. @Andrew, that's not my product but one i need to integrate so i don't have to power to change the field used :)
View ArticleForum Post: RE: Duplicate Detection Rule doesn't warn you on create if it is...
Hi, Its going to more interesting now .I think there is something wrong in MS Dynamics which is not identifying the duplicate rule . But it will be good if we can find the solution for this. Could you...
View ArticleForum Post: RE: Plugin is unable to update quotedetails before quote win...
okay , did you check what is the status & state of quoteentitydetails during the transaction in plugin?debug
View Article