Skip to content

jukkan/power-bookmarklets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Power Platform Bookmarklets

Quick browser tools for Power Platform devs.

๐Ÿ› ๏ธ How to install

๐Ÿ‘‰ Go to installation page

Drag bookmarklets from that page to your browser's bookmarks bar. Don't use the raw .js files in the repo.

Bookmarklets (just one for now...)

๐Ÿ“‹ Get Table Metadata

Extracts Dataverse table schema from a model-driven app view and copies it as a markdown table. Perfect for pasting into AI tools like Claude, Copilot, or ChatGPT.

Usage:

  1. Navigate to a table view in a model-driven app
  2. Click the bookmarklet
  3. Schema is copied to clipboard

Output example:

**Table: pre_mytablename**
| LogicalName | DisplayName | AttributeType |
|-------------|-------------|---------------|
| pre_name | Task Name | String |
| pre_notes | Notes | Memo |
| pre_stage | Stage | Picklist [1: Draft, 2: In Progress, 3: Complete] |
| pre_actualdate | Actual Date | DateTime |
| pre_year | Year | Integer |
| pre_parentrecordid | Parent Record | Uniqueidentifier |
| pre_displaysequence | Display Sequence | Decimal |
...

What it does:

  • Filters out system fields (created, modified, owner, etc.)
  • Uses Web API v9.2 (works on most environments)
  • Copies to clipboard automatically

See it in action:

Watch demo video

1-minute demo showing how to extract table schema and use it with AI tools

Source: bookmarklets/get-table-metadata.js

About

Power Platform development and administration scripts to be run as browser bookmarks

Topics

Resources

License

Stars

Watchers

Forks