mfg-product-portfolio

Guides configuration of Salesforce Manufacturing Cloud product catalogs, bundles, attributes, and classifications.

Updated Aug 6, 2026
One-click install
npx skills add https://github.com/salesforce-misc/ManuAssist --skill mfg-product-portfolio-salesforce-misc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mfg-product-portfolio
Source: https://github.com/salesforce-misc/ManuAssist/tree/main/skills/mfg-product-portfolio
Command: npx skills add https://github.com/salesforce-misc/ManuAssist --skill mfg-product-portfolio-salesforce-misc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up Product Catalog Management in Salesforce Manufacturing Cloud involves many interdependent objects (Product2, ProductClassification, AttributeDefinition, ProductRelatedComponent, PricebookEntry), and a wrong setup order causes products to be invisible in Sales Agreements, Forecasting, Inventory, and other downstream modules. ## Core Features & Use Cases - Guided Setup Order: Provides an 11-step sequence covering business brands, catalogs, attribute definitions, classifications, simple and bundle products, selling models, and pricebook entries. - Bundle & Attribute Modeling: Explains simple vs. bundle products, configurable vs. static bundles, local and group cardinality, attribute inheritance, and price-impacting attributes. - Diagnostics & SOQL: Supplies ready-to-run SOQL queries and a troubleshooting cheatsheet for issues like missing PricebookEntry rows, cardinality violations, and broken attribute inheritance. - Use Case: When migrating SKUs from a legacy ERP, use this Skill to design the catalog structure, link products to classifications, and verify every active product has a standard PricebookEntry before enabling Sales Agreements. ## Quick Start Ask the assistant to design a Manufacturing Cloud product catalog with bundles and price-impacting attributes, or to diagnose why a product is not appearing in a Sales Agreement.

Frequently Asked Questions about mfg-product-portfolio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a product catalog in Salesforce Manufacturing Cloud?

Follow the defined setup order: business brands, catalogs and categories, attribute definitions and picklists, attribute categories, product classifications, simple products, bundle products with component groups, attribute overrides, selling models, pricebook entries, then activation. Deviating from this order causes downstream failures.

How do I create a bundle product with ProductRelatedComponent?

Set Product2.Type to 'Bundle' on the parent, create ProductComponentGroup records to define cardinality slots, then add ProductRelatedComponent rows linking child products with min and max quantities. ConfigureDuringSale controls whether reps can modify the bundle during a sale.

Why is my product not showing up in a Sales Agreement?

The product is likely inactive or missing a PricebookEntry in the relevant price book. Verify Product2.IsActive is true and that a PricebookEntry exists, since Sales Agreements read from Product2 and PricebookEntry.

Why are attributes not inheriting from a ProductClassification?

Attribute inheritance fails when the product is missing its ProductClassificationId link. Products inherit attributes only through an assigned ProductClassification, and per-product defaults are overridden via ProductAttributeDef records.

How do I make an attribute affect pricing in Manufacturing Cloud?

Set the IsPriceImpacting flag to true on the ProductAttributeDef record for that product and attribute. This lets pricing rules differentiate by the attribute value; without the flag, pricing will not vary by attribute.