Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-consumer-goods-order
End-to-end order lifecycle from order creation through item-level tracking, payment association, and inventory settlement.
Published package · Latest published 1.0.1 Mar 4, 2026 · 12 datasets / 62 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
12 datasets62 measures · 296 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-consumer-goods-order
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-consumer-goods-order")
prompt = rawctx.to_prompt(
"@pasar6987/sf-consumer-goods-order",
datasets=["cgcloud__Order_Item_Inventory_Transaction__c", "cgcloud__Order_Item_Order_Template_Association__c"],
max_tokens=2000,
)
print(model.datasets) # ["cgcloud__Order_Item_Inventory_Transaction__c", "cgcloud__Order_Item_Order_Template_Association__c", "cgcloud__Order_Item_Rule__c"]
print(model.measures) # [Measure(name="cgcloud__Order_Item_Template__c.cgcloud__Max_Quantity__c", ...), Measure(name="cgcloud__Order_Item_Template__c.cgcloud__Scanning_Increment__c", ...), Measure(name="cgcloud__Order_Item__c.cgcloud__Base_Price_Receipt__c", ...)]
print(model.dimensions) # [Dimension(name="Name", ...), Dimension(name="cgcloud__Active__c", ...), Dimension(name="cgcloud__Inventory_Control_Template__c", ...)]
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-consumer-goods-order
End-to-end order lifecycle from order creation through item-level tracking, payment association, and inventory settlement.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 12 |
| Dimensions | 296 |
| Measures | 62 |
| Relationships | 0 |
Objects
- cgcloud__Order_Item_Inventory_Transaction__c — Holds the association details for the order item template, the inventory control template, and the inventory transaction template.
- cgcloud__Order_Item_Order_Template_Association__c — Holds the association of order item templates with order template.
- cgcloud__Order_Item_Rule__c — Defines the rules handled by the pricing engine during the complex pricing calculation.
- cgcloud__Order_Item_Template__c — This template controls the behavior of an Order Item Template. For example, OrderEntry is an important template, which allows a sales document to behave like an order entry.
- cgcloud__Order_Item__c — Stores the details of the order item object.
- cgcloud__Order_Payment_Inventory_Transaction__c — Holds the association details for the order payment template, the inventory template, and the inventory transaction template.
- cgcloud__Order_Payment_Template__c — Holds the attributes of the order payment template.
- cgcloud__Order_Payment__c — Holds the attributes of the Order Payment object.
- cgcloud__Order_Template_Order_Payment_Template__c — Holds the association details for the order template and the order payment template.
- cgcloud__Order_Template_Product_Selector_Group__c — Stores the relation between Order Template and Product selection.
- cgcloud__Order_Template__c — Template that controls the behavior of a sales document.
- cgcloud__Order__c — Stores the header details of the order entry.
Install
rawctx snapshot-download @pasar6987/sf-consumer-goods-order
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.
