What problem does it solve? Context Service is the data-caching layer behind Manufacturing Cloud Advanced (RCA) pricing, billing, and order orchestration, but its definitions, mappings, hydration behavior, and TTL scoping are complex and error-prone. This Skill provides the domain knowledge needed to set up Context Definitions correctly, write reliable E2E tests against context-backed procedures, and avoid common pitfalls like stale schema caches and missing default mappings. ## Core Features & Use Cases - Configuration Guidance: Walk through enabling Context Service, creating Context Definitions, choosing mapping types (Automatic SObject vs Input Mapping), and selecting mapping intents (Hydration, Persistence, Translation, Association). - E2E Test Design: Get concrete assertion patterns for Build Context, Query Context Tags, Update Context Attributes, Persist Context Data, and Delete Context Cache invocable actions in Flow and Apex tests. - Lifecycle & Migration: Follow checklists for extending vs cloning standard definitions, syncing extended definitions, and deploying definitions across sandboxes in the correct order. - Use Case: You are writing an E2E test for a pricing procedure and the hydrated context returns null for a newly added field. The Skill directs you to clear the runtime schema cache and verify the definition is active with a default mapping before re-running. ## Quick Start Ask the assistant to explain how to set up and test a Context Definition for a Manufacturing Cloud pricing procedure, including hydration and cache cleanup between test runs.