Skip to main content

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

NameTypeRequiredDescription
solutionStringyesUnique name of the solution containing the table.
entityNameStringyesLogical name of the entity containing the column.
columnNameStringyesLogical name of the column to update.
displayNameStringnoUpdated display name (optional).
descriptionStringnoUpdated description (optional).
requiredLevelStringnoUpdated requirement level: 'None', 'Recommended', or 'Required' (optional).
dryRunBooleannoIf true, validates without persisting changes.

Output

Returns Task<MetadataUpdateColumnResult>.