pacx column getDependencies - neronotte/Greg.Xrm.Command GitHub Wiki
Retrieves the list of solution components that depend from a given column
Aliases
pacx column getdeps
pacx column get-dependencies
Arguments
| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
table |
t |
Y | The name of the table containing the column to retrieve the dependencies for | - | String |
column |
c |
Y | The name of the column to retrieve the dependencies for | - | String |
forDelete |
d |
N | Specifies whether to retrieve the dependencies for delete or not | True |
true, false |