MikeFactorial.XTB.Plugins.UniversalSearch
1.1.0
See the version list below for details.
dotnet add package MikeFactorial.XTB.Plugins.UniversalSearch --version 1.1.0
NuGet\Install-Package MikeFactorial.XTB.Plugins.UniversalSearch -Version 1.1.0
<PackageReference Include="MikeFactorial.XTB.Plugins.UniversalSearch" Version="1.1.0" />
paket add MikeFactorial.XTB.Plugins.UniversalSearch --version 1.1.0
#r "nuget: MikeFactorial.XTB.Plugins.UniversalSearch, 1.1.0"
// Install MikeFactorial.XTB.Plugins.UniversalSearch as a Cake Addin #addin nuget:?package=MikeFactorial.XTB.Plugins.UniversalSearch&version=1.1.0 // Install MikeFactorial.XTB.Plugins.UniversalSearch as a Cake Tool #tool nuget:?package=MikeFactorial.XTB.Plugins.UniversalSearch&version=1.1.0
Universal Search tool will allow you to search all entities in Dynamics 365 for a specific value or perform a wildcard search against all or specific entities in Dynamics 365:
- To Search for an exact value enter the value in the search bar and click search (e.g. Michael Ochs)
- To perform a wildcard search use an asterisk in your search term (e.g. Mi*Ochs)
- To perform a case sensitive search select the "Match Case" checkbox. NOTE: Case sensitive searches can be slower than regular searches.
- To search picklist or lookup text values (rather than the unique identifier value that is stored in the database) select the Search Picklist Text or Search Lookup Text checkboxes. NOTE: These types of searches require querying of additional metadata and data in Dynamics which can slow down your searches.
The tool can infer the types of fields to search based on the search criteria entered. For example.
- If you enter a value that can be converted to GUID (ID in Dynamics) then Lookups, Keys, Owners and Customer fields will be searched for the specific GUID in addition to search text fields for the value.
- If you enter a value that can be converted to a whole number (e.g. 1,2,3 etc.) then Numbers, State, StatusCode and OptionSets will be searched in addition to text fields for the same value.
- If you enter a value that can be converted to a decimal value (e.g. 1.23, 10.43 etc.) then float, decimal, double and currency fields will be searched.
The tool will only search fields that are valid for search through the Dynamics SDK and will only display results for fields that are readable through the SDK. A maximum of 5000 results will be shown per entity in the search results. The tool will highlight the field that contains the value specified and you can double click on a row to open the specific record in your browser that contains the search text.
Learn more about Target Frameworks and .NET Standard.
-
- XrmToolBoxPackage (>= 1.2018.7.28)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.3 | 3,886 | 3/23/2024 |
1.3.2 | 199 | 3/23/2024 |
1.3.1 | 188 | 3/23/2024 |
1.3.0 | 185 | 3/23/2024 |
1.2.10 | 29,312 | 12/13/2019 |
1.2.6 | 557 | 12/13/2019 |
1.2.5 | 494 | 12/13/2019 |
1.2.4 | 578 | 12/12/2019 |
1.2.3 | 515 | 12/12/2019 |
1.2.2 | 513 | 12/12/2019 |
1.2.1 | 511 | 12/12/2019 |
1.2.0 | 530 | 12/12/2019 |
1.1.2 | 5,657 | 8/6/2019 |
1.1.1 | 1,892 | 7/19/2019 |
1.1.0 | 1,076 | 7/15/2019 |
1.0.7 | 10,769 | 12/11/2018 |
1.0.6 | 1,834 | 12/1/2018 |
1.0.5 | 687 | 12/1/2018 |
1.0.4 | 750 | 12/1/2018 |
1.0.3 | 678 | 12/1/2018 |
1.0.2 | 673 | 12/1/2018 |
1.0.1 | 671 | 12/1/2018 |
1.0.0 | 699 | 12/1/2018 |
1.0.7 (Initial Version)
Includes the ability to search for all native types string, integer, decimal, guid date/time values etc. as well as picklists and lookups by value. Note date/time values are based on UTC (Coordinated Universal Time).
1.1.0
This version includes the ability to search for records based on lookup names and picklist names as well as improvements to date/time searching. Please submit feedback on Github at https://github.com/mikefactorial/MikeFactorial.XTB.Plugins.UniversalSearch