pacx column exportMetadata - neronotte/Greg.Xrm.Command GitHub Wiki
Exports the metadata definition of a given column (for documentation purpose)
Arguments
| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
table |
t |
Y | The name of the table containing the column to export | - | String |
column |
c |
Y | The name of the column to export | - | String |
output |
o |
N | The name of the folder that will contain the file with the exported metadata. (default: current folder) | - | String |
run |
r |
N | Automatically opens the file containing the exported metadata after export. | False |
true, false |