ppds_metadata_update_table
Updates an existing Dataverse table (entity). Only the provided optional fields are changed; omitted fields remain unchanged. Supports dry-run mode.
Input schema
| Name | Type | Required | Description |
|---|---|---|---|
| solution | String | yes | Unique name of the solution containing the table. |
| entityName | String | yes | Logical name of the entity to update. |
| displayName | String | no | Updated display name (optional). |
| pluralName | String | no | Updated plural display name (optional). |
| description | String | no | Updated description (optional). |
| dryRun | Boolean | no | If true, validates without persisting changes. |
Output
Returns Task<MetadataUpdateTableResult>.