-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
FetchXMLBuilder.nuspec
70 lines (61 loc) · 2.81 KB
/
FetchXMLBuilder.nuspec
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
<?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. Investigate data. Fix the layouts. Get code. Empower yourself to achieve more.</summary>
<description>
Build queries for Microsoft Dataverse and the Power Platform. Investigate data. Fix the layouts. Get code. 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.
The Power Platform includes technologies we know as:
- Microsoft Dynamics 365
- Dynamics CRM
- XRM
- Power Apps (Model Driven)
- Power Apps (Canvas connected to Dataverse)
- PowerBI (connected to Dataverse)
- Microsoft Teams for Dataverse
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>
Full release notes:
https://fetchxmlbuilder.com/releases/#$versionnumber$
Released for manual download:
https://github.com/rappen/FetchXMLBuilder/releases/tag/$buildnumber$
</releaseNotes>
<copyright>Copyright Jonas Rapp 2014-2024</copyright>
<tags>XrmToolBox Plugins FetchXML Builder</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2023.1.63" />
</dependencies>
</metadata>
<files>
<file src="FetchXMLBuilder\bin\Release\Rappen.XTB.FXB.dll" target="lib\net472\Plugins" />
<file src="FetchXMLBuilder\bin\Release\Microsoft.Office.*.dll" target="lib\net472\Plugins\Rappen.XTB.FXB" />
</files>
</package>