Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-automotive-platform
Supporting components including actionable events, asset management, relationships, and assessment indicators.
Published package · Latest published 1.0.1 Mar 4, 2026 · 20 datasets / 17 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
20 datasets17 measures · 243 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-automotive-platform
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-automotive-platform")
prompt = rawctx.to_prompt(
"@pasar6987/sf-automotive-platform",
datasets=["AccountAccountRelation", "ActionableEventOrchestration"],
max_tokens=2000,
)
print(model.datasets) # ["AccountAccountRelation", "ActionableEventOrchestration", "ActionableEventSubtype"]
print(model.measures) # [Measure(name="AssetMilestone.Latitude", ...), Measure(name="AssetMilestone.Longitude", ...), Measure(name="AssetWarranty.ExpensesCovered", ...)]
print(model.dimensions) # [Dimension(name="AccountId", ...), Dimension(name="EndDate", ...), Dimension(name="HierarchyType", ...)]
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-automotive-platform
Supporting components including actionable events, asset management, relationships, and assessment indicators.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 20 |
| Dimensions | 243 |
| Measures | 17 |
| Relationships | 0 |
Objects
- AccountAccountRelation — Represents a relationship between accounts, such as a relationship between a business account and a household account.
- ActionableEventOrchestration — Salesforce standard object
- ActionableEventSubtype — Represents the subtype of an external or internal event that's processed by the Actionable Event Orchestration framework to trigger different types of actions.
- ActionableEventType — Represents the type of an external or internal event that's processed by the Actionable Event Orchestration framework to trigger different types of actions.
- ActionableEventTypeDef — Represents the definition of an actionable event type so that the records can be migrated from one org to another.
- AssessmentIndicatorDefinition — Define parameters that act as markers of compliance for retail tasks to compare target and actual values.
- AssetAccountParticipant — Represents a junction between the Asset and Account objects describing the association between a participating account and an asset.
- AssetContactParticipant — Represents a junction between the Asset and Contact objects describing the association between a participating contact and an asset.
- AssetMilestone — Represents the key events in the lifecycle of an asset, such as manufacturing, registration, or resale.
- AssetTitle — Represents information that establishes the legal ownership of an asset or a vehicle.
- AssetTitleParty — Represents the relationship between an account, a contact, or a user and an asset title.
- AssetWarranty — Defines the warranty terms applicable to an asset along with any exclusions and extensions.
- CodesetRelationship — Represents a relationship between a codeset and its related codeset. For example, a labor code associated with a fault code.
- ContactContactRelation — Represents a relationship between contacts.
- FinclAcctPtyFinclAsset — Represents the financial account associated with the financial asset for a specific account or contact.
- Holiday — Represents a period of time during which your customer support team is unavailable. Business hours and escalation rules associated with business hours are suspended during any holidays with which they are affiliated.
- LeadLineItem — Represents items such as vehicles, accessories, and parts that a lead is interested in.
- LeadPreferredSeller — Represents the relationship between a lead and the dealer account that the lead selects, or the relationship between a lead and the account that provides the lead.
- OpportunityPreferredSeller — Represents the relationship between an opportunity and a dealer account, or the relationship between an opportunity and the account that provided the lead from which the opportunity was created.
- PartyRelationshipGroup — Represents a group of people living together such as a household, or a group of people affiliated with each other.
Install
rawctx snapshot-download @pasar6987/sf-automotive-platform
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.
