dataverse_list_alternate_keys
List alternate keys defined on a Dataverse table. Returns schema name, logical name, key attributes, and index status for upsert integration.
Instructions
List alternate keys (EntityKeyMetadata) defined on a Dataverse table.
Alternate keys let integration tools upsert records by business values instead of GUIDs. Returns SchemaName, LogicalName, KeyAttributes, and EntityKeyIndexStatus (which tracks async index build progress). Use the LogicalName with dataverse_delete_alternate_key to remove a key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |