pacx column seed - neronotte/Greg.Xrm.Command GitHub Wiki
Sets the seed for a given column. Is a proxy for SetAutoNumberSeed Action
Aliases
pacx column set-seed
pacx column setSeed
Arguments
| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
table |
t |
Y | The logical name of the table. | - | String |
column |
c |
Y | The logical name of the column. | - | String |
seed |
s |
Y | The seed value to set. | - | Int32 |