list_autonumber_columns
Identify AutoNumber columns in Dataverse tables to track automatic numbering implementations across your database schema.
Instructions
Lists all AutoNumber columns in a specific table or across all tables in the environment. Helps identify existing AutoNumber implementations.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customOnly | No | Whether to list only custom AutoNumber columns | |
| entityLogicalName | No | Logical name of specific table (if not provided, searches all tables) | |
| includeManaged | No | Whether to include managed AutoNumber columns |