Skip to content

Commit

Permalink
Updated nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Nov 23, 2022
1 parent 92dcaef commit a369798
Showing 1 changed file with 36 additions and 34 deletions.
70 changes: 36 additions & 34 deletions FetchXMLBuilder.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,54 +11,56 @@
<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.
Build queries for Microsoft Dataverse and the Power Platform. Investigate data. Fix the layouts. Get code. Empower yourself to achieve more.

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
Read more: https://fetchxmlbuilder.com/

The tool will assist in three major areas:
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

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
The tool will assist in three major areas:

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
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

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
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

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.
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

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.
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$
Full release notes:
https://fetchxmlbuilder.com/releases/#$versionnumber$

Released for manual download:
https://github.com/rappen/FetchXMLBuilder/releases/tag/$buildnumber$
Released for manual download:
https://github.com/rappen/FetchXMLBuilder/releases/tag/$buildnumber$
</releaseNotes>
<copyright>Copyright Jonas Rapp 2014-2022</copyright>
<tags>XrmToolBox Plugins FetchXML Builder</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2022.5.56" />
<dependency id="XrmToolBox" version="1.2022.10.58" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit a369798

Please sign in to comment.