SaveSettingValue Action
Creates or updates app/organization level override.
Parameters
Parameters allow for data to be passed to the action.
| Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
|
AppUniqueName
|
Edm.String | True | False | Model-driven app unique name (Optional). |
|
SettingName
|
Edm.String | False | False | Setting definition unique name (Required). |
|
Value
|
Edm.String | False | False | Overridden value that needs to be set (Required). |
|
SolutionUniqueName
|
Edm.String | True | False | Solution unique name for scenarios where you need to do an upsert operation in the context of a given solution (Optional). |