enable-tables-offline
仓库创建 2026年1月22日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由
作为离线配置的预检步骤,确保表满足离线同步条件。
▸ 风险提示
会修改 Dataverse 表设置,通常需要管理员权限。
这个 Skill 做什么
为表启用离线可用性与变更跟踪等先决设置以加入离线配置。
在把 Dataverse 表加入 Mobile Offline Profile 之前,先把表的离线前提属性打开:把 IsAvailableOffline 和 ChangeTrackingEnabled 都设为 true,并做必要的预检设置。适合在准备离线配置或运行 /setup-offline-profile 前执行,确保表能被移动端离线使用并支持变更跟踪。特点是作为一套前置检查,避免后续配置失败或同步问题。
▸ 展开 SKILL.md 英文原文
Use when the user needs to enable the per-table prerequisites (Can be taken offline, Track changes) before a Dataverse table can be added to a Mobile Offline Profile. Pre-flight pass for /setup-offline-profile.
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/enable-tables-offline/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/enable-tables-offline/SKILL.md"SKILL.MD 节选查看完整文件 ↗
**Shared instructions: [shared-instructions.md](${CLAUDE_SKILL_DIR}/../../shared/shared-instructions.md)** — read first.
**References:**
- [offline-profile-schema.md](${CLAUDE_SKILL_DIR}/../../shared/references/offline-profile-schema.md) — entity field map (`IsAvailableOffline`, `ChangeTrackingEnabled`)
# Enable Tables Offline
Flip `IsAvailableOffline=true` AND `ChangeTrackingEnabled=true` on the `EntityMetadata` of one or more Dataverse tables, then publish customizations. This is the prerequisite shown in Image 4 of the maker portal ("Can be taken offline" + "Track changes") — without both, a table CANNOT be added to a Mobile Offline Profile.
Sequential (Dataverse metadata lock) and ivia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有