Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-core-learning-enablement
Sales and employee enablement programs, learning items, skill proficiency tracking, practice exercises, and task-based measure progress for guided development.
Published package · Latest published 1.0.1 Mar 4, 2026 · 21 datasets / 26 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
21 datasets26 measures · 144 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-learning-enablement
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-learning-enablement")
prompt = rawctx.to_prompt(
"@pasar6987/sf-core-learning-enablement",
datasets=["EnablementMeasureDefinition", "EnablementProgram"],
max_tokens=2000,
)
print(model.datasets) # ["EnablementMeasureDefinition", "EnablementProgram", "EnablementProgramDefinition"]
print(model.measures) # [Measure(name="EnablementProgram.TotalAssigned", ...), Measure(name="EnablementProgram.TotalBehind", ...), Measure(name="EnablementProgram.TotalCompleted", ...)]
print(model.dimensions) # [Dimension(name="AggregateFieldApiName", ...), Dimension(name="AggregateFunction", ...), Dimension(name="Description", ...)]
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-learning-enablement
Sales and employee enablement programs, learning items, skill proficiency tracking, practice exercises, and task-based measure progress for guided development.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 21 |
| Dimensions | 144 |
| Measures | 26 |
| Relationships | 0 |
Objects
- EnablementMeasureDefinition — Represents an Enablement measure, which specifies the job-related activity that a user performs to complete a milestone or outcome in an Enablement program. A measure identifies a source object and optional related objects, with optional field filters and filter logic, for tracking the activity. This object also represents Enablement measure information in Metadata API.
- EnablementProgram — Represents an Enablement program, which includes exercises and measurable milestones to help users such as sales reps achieve specific outcomes related to your company’s revenue goals.
- EnablementProgramDefinition — Represents Enablement program information in Metadata API.
- EnblMeasureObjectDefinition — Represents the criteria for an object that tracks the job-related activity for an Enablement measure in an Enablement program. A separate EnblMeasureObjectDefinition is used for a measure's source object and each optional related object.
- EnblPgmTaskMeasureProgress — Represents a user’s progress through the object and field requirements that an Enablement measure defines for an outcome or milestone in an Enablement program.
- EnblProgramSection — Represents an optional section in an Enablement program. A section can include other program items, such as milestones and exercises.
- EnblProgramTaskDefinition — Represents an outcome, a milestone, or an exercise in an Enablement program. A program task is also known as a program item.
- EnblProgramTaskMeasure — Represents the connection between an Enablement measure and a specific milestone or outcome in an Enablement program.
- EnblProgramTaskProgress — Represents a user’s progress towards completing an outcome, a milestone, or an exercise in an Enablement program.
- EnblProgramTaskSubCategory — Represents a custom exercise type that an Enablement admin adds to an Enablement program in Program Builder. A custom exercise type also requires a corresponding EnblProgramTaskDefinition record for Program Builder and corresponding LearningItem and LearningItemType records for when users take the exercise in the Guidance Center.
- LearningContent — Represents a Trailhead or enablement site (myTrailhead) module assigned to a user in Workforce Engagement or Learning Paths. This object also represents a Trailhead module or video in an Enablement program exercise.
- LearningItem — Represents an item that requires users to take action, including a Learning Paths entry, an Enablement program, or an exercise with linked content in an Enablement program. For Learning Paths, users are assigned a learning item to complete. For Enablement programs and exercises, users are assigned a program or can self-enroll in shared programs.
- LearningItemAssignment — Represents the assignment of a Learning Paths entry to users or groups or the enrollment of an Enablement program for a specific user.
- LearningItemProgress — Represents the progress that a user has made towards completing an assigned learning item, such as a Learning Paths entry or Enablement program.
- LearningItemSubmission — Represents a link to a resource, such as a video recording, that a user submits as part of a Feedback Request exercise in an Enablement program. For peer and manager feedback, this resource can be a recording of a user’s sales patch. For Einstein Coach feedback, this resource can be a video call, and Einstein generates feedback from the call’s transcription.
- LearningItemType — Represents a custom exercise type that an Enablement user takes in an Enablement program in the Guidance Center. A custom exercise type also requires a corresponding LearningItem record for the Guidance Center and corresponding EnblProgramTaskDefinition and EnblProgramTaskSubCategory records for when admins create a program in Program Builder.
- LearningPractice — Represents a Feedback Request exercise in an Enablement program. Users can submit a sample of their work and request feedback from their peers and managers. Or, users can submit a video call and Einstein Coach generates feedback from the call’s transcription.
- PersonTraining — Represents an assignment of a learning module in Workforce Engagement.
- SkillLevelDefinition — Represents a skill which can be acquired by completing enablement site (myTrailhead) modules.
- SkillLevelProgress — Represents training progress for a given user.
- SkillProfile — Represents a join between Skill and Profile.
Install
rawctx snapshot-download @pasar6987/sf-core-learning-enablement
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.
