pacx optionset create - neronotte/Greg.Xrm.Command GitHub Wiki
Create a new global optionset
Arguments
| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
name |
n |
Y | The display name of the global optionset. | - | String |
options |
o |
Y | The list of options for the attribute, as a single string separated by comma (,) or semicolon (;) or pipe. You can pass also values separating using syntax "label1:value1,label2:value2" If not provided, values will be automatically generated. | - | String |
schemaName |
sn |
N | The schema name of the global optionset. If not specified, is deducted from the display name. | - | String |
colors |
c |
N | The list of colors for each option, in exadecimal format, as a single string separated by comma (,). | - | String |
solution |
s |
N | The name of the unmanaged solution to which you want to add this attribute. | - | String |