Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-core-opportunity
Opportunity lifecycle tracking from pipeline to close, including scoring, field history, revenue forecasting predictions, and pipeline inspection tools for sales performance visibility.
Published package · Latest published 1.0.1 Mar 4, 2026 · 15 datasets / 12 measures in the latest review · Updated Apr 28, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
15 datasets12 measures · 126 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
- Apr 28, 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-core-opportunity
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-core-opportunity")
prompt = rawctx.to_prompt(
"@pasar6987/sf-core-opportunity",
datasets=["DealIndirectPartner", "ForecastingColumnDefinition Formula Field Details"],
max_tokens=2000,
)
print(model.datasets) # ["DealIndirectPartner", "ForecastingColumnDefinition Formula Field Details", "ForecastingPrediction"]
print(model.measures) # [Measure(name="ForecastingPrediction.Amount", ...), Measure(name="ForecastingPrediction.AmountLowerBound", ...), Measure(name="ForecastingPrediction.AmountHigherBound", ...)]
print(model.dimensions) # [Dimension(name="AccountId", ...), Dimension(name="LastReferencedDate", ...), Dimension(name="LastViewedDate", ...)]
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-core-opportunity
Opportunity lifecycle tracking from pipeline to close, including scoring, field history, revenue forecasting predictions, and pipeline inspection tools for sales performance visibility.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 15 |
| Dimensions | 126 |
| Measures | 12 |
| Relationships | 2 |
Objects
- DealIndirectPartner — Represents an indirect partner’s involvement in a deal.
- ForecastingColumnDefinition Formula Field Details — Salesforce standard object
- ForecastingPrediction — Forecasting Predictions - ForecastingPrediction
- ForecastingPredictionElement — Forecasting Prediction Elements - ForecastingPredictionElement
- ForecastingPredictionReason — Forecasting Prediction Reasons - ForecastingPredictionReason
- ForecastingPredictionTrend — Forecasting Prediction Trends - ForecastingPredictionTrend
- ForecastingShare — Represents forecasts shared between a forecast manager and a user.
- ForecastingTypeToCategory — Forecasting Type To Category Mappings - ForecastingTypeToCategory
- OpportunityFieldHistory — Represents the history of changes to the values in the fields of an opportunity.
- OpportunityHistory — Represents the stage history of an opportunity.
- OpportunityScore — Opportunity Scores - OpportunityScore
- OpportunityShare — Represents a sharing entry on an Opportunity.
- PipelineInspMetricConfigLocalization — Represents the translated label of a Pipeline Inspection metric.
- PipelineInspectionListView — Represents a pipeline view, an intelligence view, or a saved filter. A pipeline view shows a set of opportunity records, based on specific criteria. An intelligence view shows a set of account, lead, or contact records, based on specific criteria.
- PipelineInspectionSumField — Use this object to learn which field from the opportunity object is used to aggregate Pipeline Inspection metrics on a pipeline view.
Install
rawctx snapshot-download @pasar6987/sf-core-opportunity
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.
