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.Other,SupportedType,false));
30
+
AddAttributeUsage(attributeUsages,logicalTableName,attribute,newAttributeUsage(pluginName,$"Used in filterattributes",operationType,SupportedType,false));
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 - Only records owned by the user",
109
+
[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.",
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 entities, attributes, 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 tables, columns, and relationships in your Dataverse environment. This helps identify customization levels across your data model."arrowplacement="left">
<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">
623
+
<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">
<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">
679
+
<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">
<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">
735
+
<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">
Attribute Process Dependencies by Detection Source
789
+
Column Process Dependencies by Detection Source
790
790
</Typography>
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">
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">
0 commit comments