Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-core-external-data
External system connectivity including client applications, OAuth configurations, record sharing connectors, external events, and cross-org callout monitoring.
Published package · Latest published 1.0.1 Mar 4, 2026 · 22 datasets / 1 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
22 datasets1 measures · 208 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-core-external-data
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-external-data")
prompt = rawctx.to_prompt(
"@pasar6987/sf-core-external-data",
datasets=["External Cross-Org Callout Event Type", "External Custom Apex Callout Event Type"],
max_tokens=2000,
)
print(model.datasets) # ["External Cross-Org Callout Event Type", "External Custom Apex Callout Event Type", "External Data Source Callout Event Type"]
print(model.measures) # [Measure(name="ExtlRecShrField.SharedFieldLength", ...)]
print(model.dimensions) # [Dimension(name="ACTION", ...), Dimension(name="ENTITY", ...), Dimension(name="EVENT_TYPE", ...)]
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-external-data
External system connectivity including client applications, OAuth configurations, record sharing connectors, external events, and cross-org callout monitoring.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 22 |
| Dimensions | 208 |
| Measures | 1 |
| Relationships | 0 |
Objects
- External Cross-Org Callout Event Type — External Cross-Org Callout events represent external data callouts via the cross-org adapter for Salesforce Connect.
- External Custom Apex Callout Event Type — External Custom Apex Callout events represent external data callouts via custom adapters for Salesforce Connect.
- External Data Source Callout Event Type — External Data Source Callout events represent external data callouts via the Salesforce Connect adapters for Amazon DynamoDB and Amazon Athena.
- External OData Callout Event Type — External OData Callout events represent external data callouts via the OData 2.0 and OData 4.0 adapters for Salesforce Connect.
- External Objects — Salesforce standard object
- ExternalClientApplication — For internal use only.
- ExternalDataUserAuth — Stores authentication settings for a Salesforce user to access an external system. The external system must be defined in an external data source or a named credential that’s configured to use per-user authentication.
- ExternalEvent — Holds native iOS or Android calendar event details for the Salesforce Today feature in the Salesforce mobile app.
- ExternalEventMapping — Holds native iOS or Android calendar event details for the Salesforce Today feature in the Salesforce mobile app.
- ExternalSocialAccount — Represents a managed social media account on a social network such as Facebook or Twitter.
- ExtlClntAppOauthPlcyCnfg — For internal use only.
- ExtlClntAppOauthSettings — For internal use only.
- ExtlClntAppPlcyCnfg — For internal use only.
- ExtlRecShrCnct — Represents authentication data to make outbound calls to and inbound calls from an external system to publish events for Partner Connect.
- ExtlRecShrCnctAccnt — Represents an association between an account and an external record share connection for Partner Connect.
- ExtlRecShrField — Represents an imported, exported, or updated external record share field for Partner Connect.
- ExtlRecShrFieldMap — Represents the external record share field mapping between the sender and receiver for Partner Connect.
- ExtlRecShrObject — Represents a shared object for Partner Connect.
- ExtlRecShrOpportunity — Represents the opportunity for Partner Connect in the vendor org if you’re a partner and the partner org if you’re the vendor.
- ExtlRecShrPcklstOptn — Represents a picklist option of an external record share picklist field shared between a partner and vendor for Partner Connect.
- ExtlRecShrPicklistMap — Represents the external record share picklist field mapping between the partner and vendor system for Partner Connect.
- ExtlRecShrRecordMap — Represents the lead or opportunity being mapped between a partner and vendor for Partner Connect.
Install
rawctx snapshot-download @pasar6987/sf-core-external-data
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.
