Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-tooling-custom-metadata
Entity and field definitions, relationship domain introspection, custom fields, object hierarchy mappings, tab definitions, and standard action descriptors that define the shape of your data model.
Published package · Latest published 1.0.1 Mar 4, 2026 · 24 datasets / 14 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
24 datasets14 measures · 407 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-tooling-custom-metadata
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-tooling-custom-metadata")
prompt = rawctx.to_prompt(
"@pasar6987/sf-tooling-custom-metadata",
datasets=["ColorDefinition", "CustomAddressFieldSettings"],
max_tokens=2000,
)
print(model.datasets) # ["ColorDefinition", "CustomAddressFieldSettings", "CustomFieldDisplay"]
print(model.measures) # [Measure(name="EntityLimit.Max", ...), Measure(name="EntityLimit.Remaining", ...), Measure(name="EntityParticle.ByteLength", ...)]
print(model.dimensions) # [Dimension(name="Color", ...), Dimension(name="Context", ...), Dimension(name="DurableId", ...)]
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-tooling-custom-metadata
Entity and field definitions, relationship domain introspection, custom fields, object hierarchy mappings, tab definitions, and standard action descriptors that define the shape of your data model.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 24 |
| Dimensions | 407 |
| Measures | 14 |
| Relationships | 0 |
Objects
- ColorDefinition — Represents color metadata for a tab.
- CustomAddressFieldSettings — Entity (Tooling API)
- CustomFieldDisplay — Represents the view type assigned to product attribute custom fields.
- CustomFieldMember — Represents the working copy of a field for editing or saving in a MetadataContainer.
- CustomMsgChannel — Represents a custom conversation channel and stores event-driven Messaging settings. Custom conversation channels are implemented for Bring Your Own Channel for Messaging and Bring Your Own Channel for CCaaS Messaging channels.
- DataType — Salesforce standard object
- EnrichedField — Represents a field selected for Change Data Capture Enrichment for a channel and channel member. A non-empty enriched field is added to an update or delete change event even when not changed. Available in API version 51.0 and later.
- EntityDefinition — Provides row-based access to metadata about standard and custom objects.
- EntityLimit — Represents the limits for an object as displayed in the Setup UI.
- EntityParticle — Represents each element of a field that can be presented in a user interface. Contrast EntityParticle with FieldDefinition, which represents each element of a field defined in the Metadata API
- FieldClassificationSetting — Field Classification Setting (Tooling API)
- FieldDefinition — Represents a standard or custom field, providing row-based access to field metadata. Contrast FieldDefinition with EntityParticle, which represents each element of a field that can be presented in a user interface. FieldDefinition has parity with metadata type Field.
- FieldRestrictionRule — Represents a field visibility rule that controls whether a field is visible to a user, based on the field’s inclusion in the PersonalInfo_EPIM field set. If Enhanced Personal Information Management setting was enabled before Spring ’22, field visibility is based on the field’s compliance categorization.
- IconDefinition — Represents an icon, such as used for a tab.
- ObjectHierarchyRelationship — Represents the mapping between an input source object and an output target object. For example, mapping details to transform a sales quote into a sales agreement. This object is available in API version 56.0 and later.
- OwnerChangeOptionInfo — Represents default and optional actions that can be performed when a record’s owner is changed.
- RelatedListColumnDefinition — Represents information about a column in a related list. A related list specifies a set of records for a related object, based on specific criteria.
- RelatedListDefinition — Represents information about a related list. A related list specifies a set of records for a related object, based on specific criteria.
- RelationshipDomain — Salesforce standard object
- RelationshipGraphDefVersion — Relationship Graph Definition Version (Tooling API)
- RelationshipInfo — Salesforce standard object
- ServiceFieldDataType — Salesforce standard object
- StandardAction — Represents the buttons, links, and actions (standard actions) for a standard or custom object. This object is available in API version 34.0 and later.
- TabDefinition — Represents a tab, and returns all tabs available in the org.
Install
rawctx snapshot-download @pasar6987/sf-tooling-custom-metadata
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.
