Skip to main content

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

NameTypeRequiredDescription
solutionStringyesUnique name of the solution containing the table.
entityNameStringyesLogical name of the entity to update.
displayNameStringnoUpdated display name (optional).
pluralNameStringnoUpdated plural display name (optional).
descriptionStringnoUpdated description (optional).
dryRunBooleannoIf true, validates without persisting changes.

Output

Returns Task<MetadataUpdateTableResult>.