What problem does it solve? Decision tables are materialized lookups that never re-read their source data, so pricing can be correct in the data yet wrong in the quote. This Skill diagnoses stale lookups, refreshes them at the right moment, and manages the full definition lifecycle in Salesforce Revenue Cloud orgs. ## Core Features & Use Cases - Freshness verification: Run headless freshness checks that report Fresh, Stale, Not comparable, or Unknown verdicts per table, with an optional strict mode to fail builds on stale data. - Definition authoring and lifecycle: Create, update, activate, deactivate, and delete table definitions through Metadata XML or Tooling API, respecting the active-edit restriction. - Refresh and CSV upload: Trigger async refreshes via flows, REST, or CCI tasks, and load CsvUpload tables through the two-phase ContentVersion upload. - Use Case: After loading new rate card entries, run the freshness check to find every table that went stale, refresh them, and confirm pricing matches the source data before debugging anything else. ## Quick Start Ask the agent to list the decision tables in your Salesforce org and check whether any of them are stale after your latest catalog or pricing data load.