ppds_metadata_update_column
Updates an existing column (attribute) on a Dataverse table. 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 containing the column. |
| columnName | String | yes | Logical name of the column to update. |
| displayName | String | no | Updated display name (optional). |
| description | String | no | Updated description (optional). |
| requiredLevel | String | no | Updated requirement level: 'None', 'Recommended', or 'Required' (optional). |
| dryRun | Boolean | no | If true, validates without persisting changes. |
Output
Returns Task<MetadataUpdateColumnResult>.