mfg-asset-service-lifecycle

Guides configuration of Salesforce Manufacturing Cloud Asset Service Lifecycle features and objects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Implementing the Asset Service Lifecycle in Salesforce Manufacturing Cloud involves many interlocking objects, consoles, and setup steps, and misconfiguration (wrong OmniScript type, missing page components, unsupported alerts) causes silent failures that are hard to diagnose. ## Core Features & Use Cases - Console and App Setup: Distinguishes the Asset Service Console from the Service Console and documents the Pre-Work Estimation Lightning page with the correct OmniScript Type/Subtype/Theme (team/createOrder/Newport). - Object and Data Model Reference: Maps key objects such as Asset, AssetWarranty, AssetMilestone, Claim chain, Fleet/FleetAsset/FleetParticipant, and ProductServiceCampaign, with ready-to-run SOQL queries. - Troubleshooting Cheatsheet: Matches common symptoms (missing console, empty timeline, rejected return quantities) to their first checks. - Use Case: When standing up a service track rollout, use this Skill to configure the Asset Service Console, onboard fleets, set up recall campaigns, and diagnose parts-return mismatches. ## Quick Start Ask the assistant to help configure the Asset Service Console for Manufacturing and set up Pre-Work Estimation for field technicians.

Frequently Asked Questions about mfg-asset-service-lifecycle

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

FAQPage Schema
How do I set up Pre-Work Estimation in Manufacturing Cloud?

Create a Lightning App Page named Pre-Work Estimation containing an OmniScript component with Type team, Subtype createOrder, and Newport theme. Add the page to mobile navigation so field technicians can use it in Mobile Only mode in the Salesforce mobile app.

What is the difference between Asset Service Console and Service Console for Manufacturing?

The Asset Service Console anchors on the Asset record with a Work Order timeline and milestones, while the Service Console anchors on the Contact with engagement interactions, identity verification, audit trail, and Knowledge. The Asset console lacks identity verification and Knowledge.

Why won't my record alert save on a FleetAsset record?

Record Alerts in Manufacturing Cloud are only supported on the Fleet object, not on FleetAsset or FleetParticipant. Create the alert on the parent Fleet record instead.

Does Connected Assets require additional Salesforce licensing?

Yes, Connected Assets telematics ingestion requires a Data Cloud subscription and a configured Data Cloud connector. Without it, asset telemetry ingestion will silently fail.

Why does Service Parts Return reject my return quantity?

The return quantity cannot exceed the quantity on the related claim coverage payment detail or work order line item. Verify the source quantities on the ClaimCoveragePaymentDetail or WorkOrderLineItem before submitting the return.