mfg-user-management

Guides Manufacturing Cloud user provisioning, permission set assignment, and license management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Salesforce Manufacturing Cloud administrators often struggle to determine which permission sets, profiles, and licenses each user role needs, leading to access errors like users unable to see Sales Agreements, Warranty Claims, or Analytics dashboards. ## Core Features & Use Cases - Permission Set Reference: Maps roles to the correct permission sets such as ManufacturingSalesUser, ManufacturingServiceUser, ManufacturingPartnerCommunityUser, and WarrantyManagementUser. - Step-by-Step Provisioning: Walks through role identification, permission set assignment, profile configuration, role hierarchy setup, and Experience Cloud partner user provisioning. - Troubleshooting & SOQL Queries: Provides diagnostic tables and ready-to-run SOQL queries to find users missing Manufacturing access or audit permission set assignments. - Use Case: An admin onboarding a new sales team can follow the provisioning steps to assign ManufacturingSalesUser, verify assignments with the provided SOQL, and resolve access issues using the troubleshooting table. ## Quick Start Ask the assistant to help you assign the correct Manufacturing Cloud permission sets to a new sales account manager and verify the assignment.

Frequently Asked Questions about mfg-user-management

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

FAQPage Schema
How do I assign Manufacturing Cloud permission sets to users?

Assign Manufacturing Cloud permission sets via Setup > Users > Permission Set Assignments > Edit Assignments, then add the appropriate set such as ManufacturingSalesUser or ManufacturingServiceUser. You can also assign them programmatically using the assign_permission_set tool.

Which permission set does a Manufacturing Cloud sales user need?

Sales account managers and sales reps need the ManufacturingSalesUser permission set. Users focused on agreement compliance tracking may also need SalesAgreementsUser, and rebate program managers need RebateManagementUser.

Why can't a user see Sales Agreements in Manufacturing Cloud?

Missing Sales Agreements access is typically caused by the user not having the ManufacturingSalesUser permission set assigned. Verify the assignment in Permission Set Assignments and add the permission set to resolve the issue.

How do I provision partner users for Manufacturing Cloud Experience Cloud?

Create a Contact linked to the partner Account, enable it as an Experience Cloud user, assign the Manufacturing Experience Cloud permission set and a Partner Community profile, then add the user to the partner portal site.

How do I find active users without Manufacturing Cloud access using SOQL?

Query the User object where IsActive is true and the Id is not in PermissionSetAssignment records for Manufacturing, WarrantyManagement, or SalesAgreements permission sets. The skill provides a ready-to-run SOQL statement for this audit.