pacx view clone - neronotte/Greg.Xrm.Command GitHub Wiki
Creates a copy of a given view.
Arguments
| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
old |
o |
Y | The display name of the view to clone. | - | String |
new |
n |
N | The new name of the view. If not provided, a suffix will be set by default. | - | String |
table |
t |
N | The name of the table that contains the view. Required only if the view name is not unique in the system. | - | String |
type |
q |
N | The type of query. | SavedQuery |
SavedQuery, UserQuery |
clean |
c |
N | Indicates that during the clone operation, all the filters applied on the previous view must be removed from the new view. | - | true, false |
solution |
s |
N | Specifies the name of the solution that will contain the view after the creation. If not specified, the default solution for the current environment is used. | - | String |