What problem does it solve? Salesforce Manufacturing Cloud uses standard platform objects with non-obvious API names (like AcctMgrTarget or MfgProgramCpntFrcstFact), and guessing wrong names such as SalesAgreement__c causes SOQL queries and integrations to fail. This Skill supplies the authoritative object catalog so queries and configurations reference the correct objects the first time. ## Core Features & Use Cases - Object Reference Tables: Complete API name listings organized by domain — Sales Agreements, Forecasting, Program-Based Business, Partner Engagement, Warranty, Inventory, Asset Service, Rebates, and Channel Programs. - Naming Rules: Explicit guidance on which names to use and which __c variants do not exist, preventing common query errors. - Relationship Diagrams: ASCII relationship maps showing how Account, SalesAgreement, Visit, Asset, WarrantyTerm, and related objects connect. - Use Case: When asked to write a SOQL query for sales agreement schedules by period, the Skill ensures you query SalesAgreementProductSchedule rather than inventing a nonexistent custom object. ## Quick Start Ask the assistant to list the Manufacturing Cloud objects and fields needed to build a SOQL query for sales agreement product schedules.