-
-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathFetchXMLBuilder.nuspec
More file actions
74 lines (63 loc) · 4.2 KB
/
FetchXMLBuilder.nuspec
File metadata and controls
74 lines (63 loc) · 4.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0"?>
<package>
<metadata>
<id>Cinteros.Xrm.FetchXMLBuilder</id>
<version>1.0.0</version>
<title>FetchXML Builder for XrmToolBox</title>
<authors>Jonas Rapp</authors>
<owners>rappen</owners>
<projectUrl>https://fetchxmlbuilder.com</projectUrl>
<iconUrl>https://jonasr.app/wp-content/uploads/2019/09/FXB-2019-2-150-tsp.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Build queries for Microsoft Dataverse and the Power Platform. Let AI fix what you can't. Investigate data. Fix the layouts. Get code. Empower yourself to achieve more.</summary>
<description>Build queries for Microsoft Dataverse and the Power Platform. Let AI fix what you can't. Investigate data. Fix the layouts. Get code. Let AI fix what you can't. Empower yourself to achieve more.
Read more: https://fetchxmlbuilder.com/
FetchXML Builder is used to create and execute queries against Microsoft Dataverse / Power Apps / Dynamics 365.
What you don't know about Dataverse this morning, you'll know this afternoon.
If you can't solve it, ask in the integrated AI Chat.
The tool will assist in three major areas:
1. Constructing queries, including more advanced features like:
- aggregates
- outer joins
- complex "not-in"-queries
- attributes from multi-level linked entities
- update existing views with altered queries
2. Querying CDS/CRM for information not (easily) found in the UI
- system / internal entities
- attributes hidden in CRM UI
- join on other fields than relationships
3. Developer assistance generating code for
- C# QueryExpression code
- WebAPI / OData query string
- Power Automate List Records
- SQL, JavaScript and C# stubs
- Easy to use UI to compose queries for reports in CRM
The tool reads metadata from Microsoft Dataverse and Dynamics 365 / CRM to assist with selecting entities, attributes, relations and to perform validation of condition values.
To make it even more appealing, there is also the possibility to have it show "Friendly names", which will replace the technical names of entities and attributes with their display names in the users' currently selected language, much like Advanced Find does.</description>
<releaseNotes>TEASERS:
Autogenerate alias - Your own Microsoft Foundry - Markdown - App Notifications - Excel with links - No self-closing - Reasoning effort - Send by enter - AI Chat history - Sorting related table - plus a bunch of fixes and improvements!
Request from TARS: 'Humor percent' was unfortunately denied for this release.
Read everything here: https://fetchxmlbuilder.com/releases/1-2025-12/
NOTE:
This version of FetchXML Builder needs to have XrmToolBox in version 1.2025.10.* or later!</releaseNotes>
<copyright>Copyright Jonas Rapp 2014-2025</copyright>
<tags>XrmToolBox Plugins FetchXML Builder</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2025.10.74" />
</dependencies>
</metadata>
<files>
<file src="FetchXMLBuilder\bin\Release\Rappen.XTB.FXB.dll" target="lib\net472\Plugins" />
<file src="FetchXMLBuilder\bin\Release\Anthropic.dll" target="lib\net472\Plugins\Rappen.XTB.FXB" />
<file src="FetchXMLBuilder\bin\Release\Azure.AI.OpenAI.dll" target="lib\net472\Plugins\Rappen.XTB.FXB" />
<file src="FetchXMLBuilder\bin\Release\Azure.Core.dll" target="lib\net472\Plugins\Rappen.XTB.FXB" />
<file src="FetchXMLBuilder\bin\Release\CSharpToJsonSchema.dll" target="lib\net472\Plugins\Rappen.XTB.FXB" />
<file src="FetchXMLBuilder\bin\Release\Microsoft.Extensions.AI.Abstractions.dll" target="lib\net472\Plugins\Rappen.XTB.FXB" />
<file src="FetchXMLBuilder\bin\Release\Microsoft.Extensions.AI.dll" target="lib\net472\Plugins\Rappen.XTB.FXB" />
<file src="FetchXMLBuilder\bin\Release\Microsoft.Extensions.AI.OpenAI.dll" target="lib\net472\Plugins\Rappen.XTB.FXB" />
<file src="FetchXMLBuilder\bin\Release\Microsoft.Extensions.Logging.Abstractions.dll" target="lib\net472\Plugins\Rappen.XTB.FXB" />
<file src="FetchXMLBuilder\bin\Release\OpenAI.dll" target="lib\net472\Plugins\Rappen.XTB.FXB" />
<file src="FetchXMLBuilder\bin\Release\System.ClientModel.dll" target="lib\net472\Plugins\Rappen.XTB.FXB" />
<file src="FetchXMLBuilder\bin\Release\System.Memory.Data.dll" target="lib\net472\Plugins\Rappen.XTB.FXB" />
</files>
</package>