Questions tagged [xrmtoolbox]

XrmToolBox is a Windows application that connects to Microsoft Dynamics CRM, providing tools to ease customization and configuration tasks.

XrmToolBox is a Windows application that connects to Microsoft Dynamics CRM, providing tools to ease customization and configuration tasks. It ships with more than 20 plugins to make administration, customization or configuration tasks easier and less time consuming.

Besides the 20 plugins that ship with the XrmToolBox, it is also highly extensible. Anyone can create and share their own XrmToolBox plugins, just by implementing a single interface.

The XrmToolBox is free, open-source and developed by the community on GitHub.

39 questions
3
votes
2 answers

Loading records into Dynamics 365 through ADF

I'm using the Dynamics connector in Azure Data Factory. TLDR Does this connector support loading child records which need a parent record key passed in? For example if I want to create a contact and attach it to a parent account, I upsert a record…
Nick.Mc
  • 18,304
  • 6
  • 61
  • 91
3
votes
1 answer

MEF, Lazy loading with advanced metadata and serialization exception

I'm developing an application that accepts plugins and I decided to use MEF. Everything worked fine until I tried to use AppDomain and ShadowCopy. Now, when trying to retrieve plugin from the MEF container, I'm facing a serialization exception on…
Tanguy
  • 33
  • 3
2
votes
1 answer

How do I fix "The user Id(s) is invalid" when creating an application user?

I'm automating the creation of an application user in Dynamics 365. The user does get created, but when I try to assign a role to it later in the code, I get this message: The user Id(s) [a guid here] is invalid. When I try assigning the user a role…
Nahuel Prieto
  • 371
  • 3
  • 15
2
votes
2 answers

Query for deleted entities in Dynamics 365 XRM Tooling SDK

I am writing a generic integration that needs to use the database in Dynamics 365 for Customer Engagement as the system of record. I will be polling it from time to time to keep data up to date in other ancillary systems. I can know, of course,…
1
vote
2 answers

Dynamics 365: Prevent firing plugin execution while updating record

I want to update a field without firing the plugin execution. I tried to update it with SQL 4 CDS from Xrmtoolbox, but the plugin executes and I get a timeout error. This plugin is updating all child records, but at this case we want to bypass…
1
vote
1 answer

xrmtoolbox won't load due to this cinteros errror

I downloaded the latest and get the following error though this dll does not appear to be on my computer. I unblocked the zip yet I still get this error:
Darin
  • 119
  • 2
  • 12
1
vote
0 answers

How to convert this SQL Query to FetchXML Query for Power Automate Flow?

I'm looking for help in converting the SQL query below into a FetchXML Query. Background/Purpose: As part of building a PowerApps' Flow, I need to List Rows in Microsoft Dataverse (Dynamics 365 in particular) so that I can get a daily email…
1
vote
1 answer

Error when using Alternate Key in CDS connector

I'm using the Common Data Service for Apps connector in Azure Data Factory to load data into Dynamics 365 I've done this successfully before using the entity key. See this question: Loading records into Dynamics 365 through ADF Now I'm trying to use…
Nick.Mc
  • 18,304
  • 6
  • 61
  • 91
1
vote
2 answers

Simple Query Help Using XRMToolbox

I am using XRMToolbox and its tool "Bulk Data Updater" with Microsoft Dynamics CRM. I need to update a boolean value of multiple accounts after searching for them by account number. I believe it requires some type of JOIN. I believe I have…
UncleRico
  • 11
  • 2
1
vote
1 answer

XrmToolBox PluginRegistration. Edit Plugin Step Configuration from plugin code

How can I modify the Unsecure and Secure Configuration in plugin code for step? For example, I have a plugin and I will send it to my friend. I want this plugin to clean or modify all information that my friend has in his XrmToolBox Plugin Step…
Oprain
  • 33
  • 2
1
vote
0 answers

'pre_doctype' does not contain a definition for 'AttributeLogicalNames'

I'm new to C#, the Dynamics CRM SDK and new to the XrmToolbox. I just got thrown into a project which was developed by an external company and now I'm trying to add something to the project. So, I created my new Entity in CRM and used the XrmToolbox…
Liezzzje
  • 430
  • 2
  • 6
  • 17
1
vote
2 answers

Custom plugin dynamics 365 v9 not showing in plugin registration

I got a problem with view in plugin registration, First i was uninstalled project solution from my dynamics 365 v9, and then all of my custom plugin disappear from view in plugin registration, now just show 3 plugin, activityfeeds.filtering.plugin,…
1
vote
1 answer

Dynamics 365 (CRM) Online & connecting with XrmToolBox

I am using... XrmToolBox version 1.2017.7.18 Dynamics 365 Online (login is with user@org.onmicrosoft.com) I try to create a new connection. I enter http://orgname.crm.dynamics.com for the Organization url. then my user / pass I get this…
1
vote
0 answers

Dynamics CRM Early Bound Generator Error (XRMToolBox)

We are using XrmToolBox to support early bound (with early bound generattor). From one day to the other the early bound generator doesn't work anymore. I got this log from the ui. What's the problem or where can I find the entire log? CrmSvcUtil…
sampa
  • 535
  • 4
  • 27
1
vote
2 answers

Remove Application Ribbon from new SubArea in Microsoft Dynamics CRM 2015

I want to remove the ribbon that automatically creates when a new SubArea is created with XrmToolBox's SiteMap Editor. See screendump here. Do anyone know how to do this?
JulianSim
  • 172
  • 1
  • 11
1
2 3