Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-consumer-goods-contract
Trade contract lifecycle with tactic-level planning, condition creation definitions, fund linkages, and product-level contract terms.
Published package · Latest published 1.0.1 Mar 4, 2026 · 16 datasets / 52 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
16 datasets52 measures · 252 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-contract
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-contract")
prompt = rawctx.to_prompt(
"@pasar6987/sf-consumer-goods-contract",
datasets=["cgcloud__Contract_Payment_Tactic__c", "cgcloud__Contract_Payment_Template__c"],
max_tokens=2000,
)
print(model.datasets) # ["cgcloud__Contract_Payment_Tactic__c", "cgcloud__Contract_Payment_Template__c", "cgcloud__Contract_Payment__c"]
print(model.measures) # [Measure(name="cgcloud__Contract_Payment_Tactic__c.cgcloud__Actual_Costs__c", ...), Measure(name="cgcloud__Contract_Payment_Tactic__c.cgcloud__Rejected_Amount__c", ...), Measure(name="cgcloud__Contract_Payment_Template__c.cgcloud__Sort__c", ...)]
print(model.dimensions) # [Dimension(name="LastReferencedDate", ...), Dimension(name="LastViewedDate", ...), Dimension(name="Name", ...)]
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-contract
Trade contract lifecycle with tactic-level planning, condition creation definitions, fund linkages, and product-level contract terms.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 16 |
| Dimensions | 252 |
| Measures | 52 |
| Relationships | 0 |
Objects
- cgcloud__Contract_Payment_Tactic__c — Stores the details of the relationship between a contract payment and contract tactics. By using this object, you can check the contract tactics for which the payment is applicable after the customer has fulfilled the agreement.
- cgcloud__Contract_Payment_Template__c — Stores the details of the contract payment template, which is used for contract payments.
- cgcloud__Contract_Payment__c — Stores the details of the contract payment object. With this object, you can track the types of customer payment requests that are agreed via a contract.
- cgcloud__Contract_Product__c — Stores the details of the relationship between a customer contract and a product. With this object, you can capture product-specific agreements that are included in a customer contract.
- cgcloud__Contract_Tactic__c — Relation between a Contract and a Tactic template.
- cgcloud__Contract_Template__c — Contract and Tactic Templates object.
- cgcloud__Contract__c — Stores the details of the customer contract object, which is used to track various types of customer agreements.
- cgcloud__Tactic_Condition_Creation_Definition__c — Holds the details of tactic condition creation definition.
- cgcloud__Tactic_Fund__c — This object stores the relationship between the Fund and Payment Tactic junction objects.
- cgcloud__Tactic_Product_Condition__c — Use this object to store the internal conditions that are generated out of promotions.
- cgcloud__Tactic_Product__c — Junction object between Tactic and Product.
- cgcloud__Tactic_Template_Cond_Creation_Def__c — Contains the configuration of condition creation definitions that will be generated for the related tactic.
- cgcloud__Tactic_Template_Fund_Template__c — Junction object between tactic template and fund template. This object defines the valid fund types for the given tactic template.
- cgcloud__Tactic_Template__c — Template that controls the behavior of a tactic.
- cgcloud__Tactic__c — Configures the relation between a Promotion and a Tactic.
- cgcloud__UI_Contract__c — This object contains the contract information for templates that are used in the smart UI.
Install
rawctx snapshot-download @pasar6987/sf-consumer-goods-contract
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.
