Ameed.Xrm.SearchPOALandscape
1.2017.4.19
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
<PackageReference Include="Ameed.Xrm.SearchPOALandscape" Version="1.2017.4.19" />
paket add Ameed.Xrm.SearchPOALandscape --version 1.2017.4.19
#r "nuget: Ameed.Xrm.SearchPOALandscape, 1.2017.4.19"
// 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 | Versions 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. |
-
- XrmToolBox (>= 1.2017.3.14)
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 | 30,754 | 2/10/2020 |
1.2018.12.31 | 15,545 | 12/31/2018 |
1.2018.12.28 | 1,439 | 12/28/2018 |
1.2018.12.18 | 2,272 | 12/18/2018 |
1.2018.1.4 | 34,986 | 1/4/2018 |
1.2017.5.23 | 75,724 | 5/23/2017 |
1.2017.5.17 | 9,385 | 5/17/2017 |
1.2017.5.16 | 1,833 | 5/16/2017 |
1.2017.4.23 | 16,071 | 4/23/2017 |
1.2017.4.21 | 2,254 | 4/21/2017 |
1.2017.4.19 | 18,349 | 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