Ameed.Xrm.SearchPOALandscape 1.2017.4.19

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ameed.Xrm.SearchPOALandscape --version 1.2017.4.19
NuGet\Install-Package Ameed.Xrm.SearchPOALandscape -Version 1.2017.4.19
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="Ameed.Xrm.SearchPOALandscape" Version="1.2017.4.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ameed.Xrm.SearchPOALandscape --version 1.2017.4.19
#r "nuget: Ameed.Xrm.SearchPOALandscape, 1.2017.4.19"
#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 Ameed.Xrm.SearchPOALandscape as a Cake Addin
#addin nuget:?package=Ameed.Xrm.SearchPOALandscape&version=1.2017.4.19

// Install Ameed.Xrm.SearchPOALandscape as a Cake Tool
#tool nuget:?package=Ameed.Xrm.SearchPOALandscape&version=1.2017.4.19

Search data in PrincipalObjectAccess (POA), to see which entity records are shared with who, allowing what kind of access

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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.2020.2.10 28,991 2/10/2020
1.2018.12.31 15,511 12/31/2018
1.2018.12.28 1,409 12/28/2018
1.2018.12.18 2,238 12/18/2018
1.2018.1.4 34,948 1/4/2018
1.2017.5.23 75,694 5/23/2017
1.2017.5.17 9,355 5/17/2017
1.2017.5.16 1,802 5/16/2017
1.2017.4.23 16,041 4/23/2017
1.2017.4.21 2,224 4/21/2017
1.2017.4.19 18,287 4/19/2017

1.2017.4.19:
- Search for shared records of all user/team owned entities
- Basic search option by name (primary) attribute of entity
- Search unshared records
- Search inactive records
- Filter by specific owners (teams / users)
- Sorting by entity's name (if field exists), owner, createdon & state (Active / Inactive)
- Can also view sharing of some speical entities like email templates being, which can be shared using SDK but not straightaway possible in CRM UI
- If signin user is administrator, it can even see personal views of all users, which is not possible in CRM UI
- TODO: POA table has field called AccessMask that holds integer value based on flags that represent sharing mode. In some cases unsual values are found for example, 25xxxx, 75xxxxx. These values are not documented in SDK. I need to work on finding such sharing access defined by such values