Generate Metadata Cache banner
SalesforceLabs SalesforceLabs

Generate Metadata Cache

Development community

Description

--- description: Generate AFLS Mobile metadata cache programmatically for specified profiles --- # Generate Mobile Metadata Cache Programmatically create and generate the AFLS Mobile (iPad) metadata cache without using the Admin Console UI. $ARGUMENTS ## Overview This command automates the mobile metadata cache generation process which typically requires: 1. Navigating to Admin Console > Mobile > Object Metadata Cache Configuration 2. Creating parent and child records manually 3. Triggering

Installation

Installs to ~/.claude/skills/salesforcelabs-afls-for-claude-generate-metadata-cache/SKILL.md

Terminal
mkdir -p ~/.claude/skills/salesforcelabs-afls-for-claude-generate-metadata-cache && curl -fsSL https://raw.githubusercontent.com/SalesforceLabs/afls-for-claude/HEAD/commands/generate-metadata-cache.md -o ~/.claude/skills/salesforcelabs-afls-for-claude-generate-metadata-cache/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository