Service Cloud data-only configuration strategy. Use when features are API-capable but not metadata-deployable and must be moved with data APIs, scripts, or seeded records.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Service Cloud data-only configuration strategy. Use when features are API-capable but not metadata-deployable and must be moved with data APIs, scripts, or seeded records.
disable-model-invocation
true
Service Cloud Data API Operations
Use This Skill When
You are implementing features that cannot be deployed via Metadata API.
You need an approach for Macro, QuickText, survey objects, swarming records, or similar setup records.
You need repeatable data migration and idempotent upsert patterns for Service Cloud config data.
Core Workflow
Inventory data-only entities
Confirm object-level support and required fields.
Identify reference dependencies (queues, users, skills, record types).
Choose data movement strategy
Prefer external ID driven upserts for idempotency.
Separate seed records from mutable operational records.
Define CLI/data scripts
Use sf data query for extraction and validation.
Use sf data upsert bulk or sf data import tree for load patterns.
Harden sequence + retries
Create load order for parent/child dependencies.
Add retry handling and dead-letter output for failed records.
Validate behavior
Verify object record counts, key field values, and activation states.
Document manual post-load checks in Setup where needed.
Deliverables
Data-only feature inventory with dependency graph.
Idempotent load scripts and command sequence.
Validation checklist and reconciliation queries.
Cutover and rollback guidance for record operations.