Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-manufacturing-product-logistics
Product lifecycle from consumption to returns, with shipments, transfers, supplier management, and service campaigns.
Published package · Latest published 1.0.1 Mar 4, 2026 · 21 datasets / 69 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
21 datasets69 measures · 437 dimensionsSemantic Graph
Relationship counts appear after the graph loads.
Loading graph
Package graph is loadingPackage relationships will appear when the summary is ready.
Reference context
Secondary package facts stay compact
- Updated
- Mar 11, 2026
- Visibility
- Public hub listing
- License
- MIT
- Created
- Mar 4, 2026
Reference facts
Secondary package facts after the usage path is clear
Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.
Format
Upstream
Repository
Domain
Source
Owner
@pasar6987Organization
License
Visibility
Publisher
Latest published version
Tags
Schema preview
SDK handoff
Use this package in code and AI
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/sf-manufacturing-product-logistics
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/sf-manufacturing-product-logistics")
prompt = rawctx.to_prompt(
"@pasar6987/sf-manufacturing-product-logistics",
datasets=["CodeSet", "MfgPgmCpntFrcstFactOpptySchd"],
max_tokens=2000,
)
print(model.datasets) # ["CodeSet", "MfgPgmCpntFrcstFactOpptySchd", "ProductConsumed"]
print(model.measures) # [Measure(name="ProductConsumed.Discount", ...), Measure(name="ProductConsumed.ListPrice", ...), Measure(name="ProductConsumed.QuantityConsumed", ...)]
print(model.dimensions) # [Dimension(name="Code", ...), Dimension(name="CodeDescription", ...), Dimension(name="CodeSetKey", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package clears provenance, ownership, and runnable-path checks.
@pasar6987/sf-manufacturing-product-logistics
Product lifecycle from consumption to returns, with shipments, transfers, supplier management, and service campaigns.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 21 |
| Dimensions | 437 |
| Measures | 69 |
| Relationships | 9 |
Objects
- CodeSet — Represents various industry defined codes in the context of their systems and versions of those systems.
- MfgPgmCpntFrcstFactOpptySchd — Represents a junction between the forecast and opportunity line item schedule objects, providing details on the relationship between forecast data and corresponding sales order schedules.
- ProductConsumed — Represents an item from your inventory that was used to complete a work order or work order line item in field service.
- ProductConsumedState — Represents an action taken to associate a serialized product with a product transfer. The new state is a result of the action. A product transfer state record is created when serialized products are attached to the product transfer.
- ProductInvSearchableField — Represents a dataset on inventory information that's the basis for searching product inventory. Contains multiple fields from Product Item and related objects.
- ProductItemTransaction — Represents an action taken on a product item in field service. Product item transactions are auto-generated records that help you track when a product item is replenished, consumed, or adjusted.
- ProductRelatedMaterial — Represents information about the components of a product.
- ProductRequest — Represents an order for a part or parts in field service.
- ProductRequestLineItem — Represents a request for a part in field service. Product request line items are components of product requests.
- ProductRequired — Products Required - ProductRequired
- ProductServiceCampaign — Represents a set of activities to be performed on a product service campaign asset, such as a product recall for safety issues or product defects.
- ProductServiceCampaignItem — Represents a product service campaign's asset.
- ProductTransfer — Product Transfers - ProductTransfer
- ProductTransferState — Represents an action taken to associate a serialized product with a product transfer. The new state is a result of the action. A product transfer state record is created when serialized products are attached to the product transfer.
- ReturnOrder — Represents the return or repair of inventory or products in Field Service, or the return of order products in Order Management.
- ReturnOrderLineItem — Represents a specific product that is returned or repaired as part of a return order in Field service, or a specific order item that is returned as part of a return order in Order Management.
- Shipment — Represents the transport of inventory in field service or a shipment of order items in Order Management.
- ShipmentItem — Represents an order item included in a shipment.
- Supplier — Represents information about a supplier that a manufacturer procures product parts and components from.
- SupplierProduct — Represents information about a product that’s procured from a supplier.
- WorkOrderDiagnosis — Salesforce standard object
Install
rawctx snapshot-download @pasar6987/sf-manufacturing-product-logistics
Structure review
Inspect package structure after the usage path is clear
Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.
