Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-revenue-asset
Subscription and entitlement asset tracking covering state periods, actions, relationships, rate card entries, and contract linkages.
Published package · Latest published 1.0.1 Mar 4, 2026 · 10 datasets / 46 measures in the latest review · Updated Apr 21, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
10 datasets46 measures · 151 dimensionsReference context
Secondary package facts stay compact
- Updated
- Apr 21, 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-revenue-asset
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-revenue-asset")
prompt = rawctx.to_prompt(
"@pasar6987/sf-revenue-asset",
datasets=["AssetAction", "AssetActionSource"],
max_tokens=2000,
)
print(model.datasets) # ["AssetAction", "AssetActionSource", "AssetContractRelationship"]
print(model.measures) # [Measure(name="AssetAction.ActualTaxChange", ...), Measure(name="AssetAction.AdjustmentAmountChange", ...), Measure(name="AssetAction.Amount", ...)]
print(model.dimensions) # [Dimension(name="ActionDate", ...), Dimension(name="AssetActionNumber", ...), Dimension(name="AssetId", ...)]
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-revenue-asset
Subscription and entitlement asset tracking covering state periods, actions, relationships, rate card entries, and contract linkages.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 10 |
| Dimensions | 151 |
| Measures | 46 |
| Relationships | 1 |
Objects
- AssetAction — Represents a change made to a lifecycle-managed asset. The fields can’t be edited.
- AssetActionSource — Represents an optional way to record what transactions caused changes to lifecycle-managed assets. Use it to trace financial and other information about asset actions. This object supports Salesforce order products and work order line items, and transaction IDs from other systems. The fields can’t be edited.
- AssetContractRelationship — Represents a relationship between an asset and a contract.
- AssetDowntimePeriod — Represents a period during which an asset is not able to perform as expected. Downtime periods include planned activities, such as maintenance, and unplanned events, such as mechanical breakdown.
- AssetFulfillmentDecomp — Represents the relationship between an ordered asset and its corresponding fulfillment asset.
- AssetRateCardEntry — Stores the negotiated rate card entries that are associated with an asset in Revenue Cloud.
- AssetRelationship — Represents a non-hierarchical relationship between assets due to an asset modification; for example, a replacement, upgrade, or other circumstance. In Subscription Management and Revenue Lifecycle Management, this object represents an asset or assets grouped in a bundle or set.
- AssetStatePeriod — Represents a time span when an asset has the same quantity, amount, and monthly recurring revenue (MRR). An asset has as many asset state periods as there are changes to it (asset actions) during its lifecycle. The dashboard and related pages show the current asset state period. The fields can’t be edited.
- AssetStatePeriodAttribute — Represents a virtual object that holds the key-value pair of the asset attribute in a specified asset state period. This object is a child object of AssetStatePeriod.
- AssetTag — Associates a word or short phrase with an Asset.
Install
rawctx snapshot-download @pasar6987/sf-revenue-asset
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.
Topology
Semantic graph
Use the graph last, once provenance, documentation, and the runnable path are already clear.
Semantic Graph
Topology counts appear after the graph loads.
Loading graph
Semantic topology is still loadingCounts and graph nodes appear after the latest published summary has been fetched.
