MikeFactorial.XTB.Plugins.UniversalSearch 1.1.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MikeFactorial.XTB.Plugins.UniversalSearch" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MikeFactorial.XTB.Plugins.UniversalSearch --version 1.1.0
#r "nuget: MikeFactorial.XTB.Plugins.UniversalSearch, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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:

  1. To Search for an exact value enter the value in the search bar and click search (e.g. Michael Ochs)
  2. To perform a wildcard search use an asterisk in your search term (e.g. Mi*Ochs)
  3. To perform a case sensitive search select the "Match Case" checkbox. NOTE: Case sensitive searches can be slower than regular searches.
  4. 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.

  1. 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.
  2. 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.
  3. 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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 963 3/23/2024
1.3.2 141 3/23/2024
1.3.1 137 3/23/2024
1.3.0 126 3/23/2024
1.2.10 29,267 12/13/2019
1.2.6 524 12/13/2019
1.2.5 463 12/13/2019
1.2.4 540 12/12/2019
1.2.3 483 12/12/2019
1.2.2 482 12/12/2019
1.2.1 481 12/12/2019
1.2.0 496 12/12/2019
1.1.2 5,620 8/6/2019
1.1.1 1,860 7/19/2019
1.1.0 1,045 7/15/2019
1.0.7 10,729 12/11/2018
1.0.6 1,792 12/1/2018
1.0.5 650 12/1/2018
1.0.4 706 12/1/2018
1.0.3 637 12/1/2018
1.0.2 637 12/1/2018
1.0.1 633 12/1/2018
1.0.0 663 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