get_attribute_dependencies
List CRM components (forms, views, workflows, business rules, plugins) that reference a specific column before deletion. Use this to identify dependencies and avoid delete_attribute failures.
Instructions
List CRM components that reference a column — forms, views, workflows, business rules, plugins. Call this when delete_attribute fails with 0x8004f01f, or before any destructive change to a column. Component names are best-effort: resolved for common types, null otherwise. Backed by the Dataverse RetrieveDependenciesForDelete function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_logical_name | Yes | Logical name of the entity | |
| attribute_logical_name | Yes | Logical name of the column |