You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AddAttributeUsage(attributeUsages,logicalTableName,attribute,newAttributeUsage(pluginName,$"Used in filterattributes",operationType,SupportedType,false));
27
+
AddAttributeUsage(attributeUsages,logicalTableName,attribute,newAttributeUsage(pluginName,$"Used in filterattributes",OperationType.Other,SupportedType,false));
Copy file name to clipboardExpand all lines: Website/CHANGELOG.md
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,3 @@
1
-
## [2.2.8] - 2025-12-04
2
-
3
-
### Features
4
-
5
-
* removed new markers on sidebar ([8914e33](https://github.com/delegateas/DataModelViewer/commit/8914e33))
6
-
* rewamp of the process view. ([ba9dc1f](https://github.com/delegateas/DataModelViewer/commit/ba9dc1f))
7
-
8
-
### Bug Fixes
9
-
10
-
* use sdkmessage operationtype for plugin types isntead of just using other. ([e6c7840](https://github.com/delegateas/DataModelViewer/commit/e6c7840))
11
-
* correct filtered relationship count shown on tab. ([6b327d1](https://github.com/delegateas/DataModelViewer/commit/6b327d1))
12
-
13
-
### UI/UX Improvements
14
-
15
-
* replaced UI facing attribute and entity mentions on insights page with column and tables instead. ([190929d](https://github.com/delegateas/DataModelViewer/commit/190929d))
details.push({icon: <BadgeRoundedclassName="h-4 w-4"/>,tooltip: "Primary column: Its value is shown in the header of forms for this table, and as the display value of lookup-fields pointing to this table"});
[PrivilegeDepth.Basic]: "User (or team) - Only records owned by the user themselves or owned by teams the user is a member of. This doesn't give access to rows owned by other members of those teams.",
109
+
[PrivilegeDepth.Basic]: "User - Only records owned by the user",
110
110
[PrivilegeDepth.Local]: "Business Unit - Records owned by the user's business unit",
111
111
[PrivilegeDepth.Deep]: "Parent: Child Business Units - Records owned by the user's business unit and all child business units",
112
112
[PrivilegeDepth.Global]: "Organization - All records in the organization"
<Tooltiptitle="Shows the distribution of standard (out-of-the-box) versus custom tables, columns, and relationships in your Dataverse environment. This helps identify customization levels across your data model."arrowplacement="left">
317
+
<Tooltiptitle="Shows the distribution of standard (out-of-the-box) versus custom entities, attributes, and relationships in your Dataverse environment. This helps identify customization levels across your data model."arrowplacement="left">
<Tooltiptitle="Shows the distribution of key table features enabled in your data model, including audit tracking, activity tables, and notes functionality. This provides insight into which capabilities are being utilized."arrowplacement="left">
623
+
<Tooltiptitle="Shows the distribution of key entity features enabled in your data model, including audit tracking, activity entities, and notes functionality. This provides insight into which capabilities are being utilized."arrowplacement="left">
<Tooltiptitle="Breaks down all columns by their data type (e.g., String, Integer, Lookup, DateTime). This helps understand the composition of your data model and identify commonly used field types."arrowplacement="left">
679
+
<Tooltiptitle="Breaks down all attributes by their data type (e.g., String, Integer, Lookup, DateTime). This helps understand the composition of your data model and identify commonly used field types."arrowplacement="left">
<Tooltiptitle="Shows which types of components (plugins, flows, web resources, etc.) are using columns from your data model. This identifies where columns are referenced in business logic and automation."arrowplacement="left">
735
+
<Tooltiptitle="Shows which types of components (plugins, flows, web resources, etc.) are using attributes from your data model. This identifies where attributes are referenced in business logic and automation."arrowplacement="left">
Attribute Process Dependencies by Detection Source
790
790
</Typography>
791
-
<Tooltiptitle="Compares column usages found by the analyzer (scanning component source code) versus those detected through dependency analysis. This shows the effectiveness of different detection methods."arrowplacement="left">
791
+
<Tooltiptitle="Compares attribute usages found by the analyzer (scanning component source code) versus those detected through dependency analysis. This shows the effectiveness of different detection methods."arrowplacement="left">
0 commit comments