forked from rappen/FetchXMLBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFetchXMLBuilder.nuspec
More file actions
64 lines (57 loc) · 2.62 KB
/
FetchXMLBuilder.nuspec
File metadata and controls
64 lines (57 loc) · 2.62 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
<?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>http://fetchxmlbuilder.com</projectUrl>
<iconUrl>https://fetchxmlbuilder.com/fxb150/</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Build queries for Microsoft Common Data Service, Dynamics 365 and the Power Platform. Investigate data. Get code. Empower yourself to achieve more.</summary>
<description>
Build queries for Microsoft Common Data Service, Dynamics 365 and the Power Platform. Investigate data. Get code. Empower yourself to achieve more.
FetchXML Builder is used to create and execute queries against Microsoft Common Data Service / 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 CDS)
- PowerBI (connected to D365 or CDS)
- Microsoft Teams apps
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 CDS 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://github.com/rappen/FetchXMLBuilder/releases/tag/$buildnumber$
</releaseNotes>
<copyright>Copyright Jonas Rapp 2014-2020</copyright>
<tags>XrmToolBox Plugins FetchXML Builder</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2020.6.40" />
</dependencies>
</metadata>
<files>
<file src="FetchXMLBuilder\bin\Release\Rappen.XTB.FXB.dll" target="lib\net452\Plugins" />
</files>
</package>