Questions tagged [dynamics-crm]

Microsoft Dynamics CRM is an advanced Customer Relationship Management system created by Microsoft. With native capabilities in sales, marketing, and service, this software can also function as a versatile xRM platform, offering multilingual support for businesses worldwide.

JavaScript forEach functionality is not compatible with Dynamics CRM 2016

I'm currently working on writing some JavaScript code for a ribbon button in Dynamics CRM 2016 that will extract phone numbers from a list of Leads displayed in the Active Leads window. However, I've encountered an error message when attempting ...

Obtaining Data from CRM 2011 with the Power of jQuery and JavaScript

Currently, I am facing an issue while attempting to retrieve data from CRM 2011 using jQuery. Despite my efforts, I am unable to successfully fetch the desired data. Below is the code that I have been working on: function GetConfigurations() { var oDataP ...

Issues with Retrieving Data from Microsoft Dynamics 365 CRM

As of late, I've been given the task of automating MS CRM 365 using Selenium Automation. I've decided to utilize Gradle and Java for this project within IntelliJ. However, a major hurdle I'm facing is the inability to access elements on a form page for da ...

Is Angular2 the Perfect Fit for Custom HTML Webresources in Dynamics CRM 2016?

Has anyone experimented with integrating Angular2 for custom webresource development in Dynamics CRM 2016? I searched for resources but only came across tutorials on using AngularJS, such as this one ...

Selenium/c# facing issue with clicking Dynamics365 dropdown menu - getting "ElementNotVisibleException" error

Currently working on automating Dynamics365 CRM using Selenium/C#. I am able to successfully click and drop down the menu, however, I am facing issues finding and clicking on the "Submitted" option (line 2 of the code). The exception I am encountering is: ...