Ameed.Xrm.SearchPOALandscape 1.2017.5.23

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.5.23
NuGet\Install-Package Ameed.Xrm.SearchPOALandscape -Version 1.2017.5.23
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.5.23" />
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.5.23
#r "nuget: Ameed.Xrm.SearchPOALandscape, 1.2017.5.23"
#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.5.23

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

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 29,234 2/10/2020
1.2018.12.31 15,513 12/31/2018
1.2018.12.28 1,411 12/28/2018
1.2018.12.18 2,240 12/18/2018
1.2018.1.4 34,950 1/4/2018
1.2017.5.23 75,696 5/23/2017
1.2017.5.17 9,357 5/17/2017
1.2017.5.16 1,804 5/16/2017
1.2017.4.23 16,043 4/23/2017
1.2017.4.21 2,225 4/21/2017
1.2017.4.19 18,289 4/19/2017

1.2017.5.23:
- Added facility to filter records by System and Personal views of the specified entity
- TODO: still need to figure out what sharing access it means where AccessMask value in POA is a big number
- TODO: need to support create/update/delete operations by selecting specific record in grid
1.2017.5.17:
- Handled exception when loggedin user does not have permissions to read specific entity data. A message box will show message from FaultException's detail
- Now you can make your modest donations :)
- TODO: still need to figure out what sharing access it means where AccessMask value in POA is a big number
- TODO: need to support create/update/delete operations by selecting specific record in grid
1.2017.5.16:
- Showing row number in row header column, and making it not sortable (bug fixed)
- Added InheritedAccessRightsMask column to show in shared records grid view
- TODO: still need to figure out what sharing access it means where AccessMask value in POA is a big number
- TODO: need to support create/update/delete operations by selecting specific record in grid
1.2017.4.23:
- Fixed query logic when retrieving unshared records
- Can show / hide columns to see:
 > type of owner (team/systemuser)
 > type of shared with (team/systemuser/organization)
 > actual AccessMask (int) as found in PrincipalObjectAccess record
- TODO: still need to figure out what sharing access it means where AccessMask value in POA is a big number
- TODO: need to support create/update/delete operations by selecting specific record in grid
1.2017.4.21:
- Searching for specific regarding entity types when selected primary entity is activity or note
- Search results for Activity (activitypointer) entity will also show specific activitytype per record, column not sortable yet
- Can show hide columns to see guids of records (both for entity and POA guid)
- Can search for entities shared with users / teams, any or a specific
- Re-arragned search options placement consider more intuitive UX
- State column is not checkbox column, this is to support those entities where state is more than just 2 (e.g, quote, activities)
- Implemented IGitHubPlugin, so users can report issues / feedback
- TODO: still need to figure out what sharing access it means where AccessMask value in POA is a big number
- TODO: need to support create/update/delete operations by selecting specific record in grid
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