Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-education-platform
Supporting components including action plans, institution profiles, external learning, programs, compliance, and regulatory codes.
Published package · Latest published 1.0.1 Mar 4, 2026 · 29 datasets / 57 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
29 datasets57 measures · 411 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-education-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-education-platform")
prompt = rawctx.to_prompt(
"@pasar6987/sf-education-platform",
datasets=["ActionPlanTemplate", "ActionPlanTemplateAssignment"],
max_tokens=2000,
)
print(model.datasets) # ["ActionPlanTemplate", "ActionPlanTemplateAssignment", "BusinessOperationsProcess"]
print(model.measures) # [Measure(name="ActionPlanTemplate.EstimatedCompletionDays", ...), Measure(name="BusinessProfile.ConsecWorkersCompCoverage", ...), Measure(name="BusinessProfile.CreditTypesUsed", ...)]
print(model.dimensions) # [Dimension(name="Id", ...), Dimension(name="OwnerId", ...), Dimension(name="IsDeleted", ...)]
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-education-platform
Supporting components including action plans, institution profiles, external learning, programs, compliance, and regulatory codes.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 29 |
| Dimensions | 411 |
| Measures | 57 |
| Relationships | 0 |
Objects
- ActionPlanTemplate — Represents the instance of an action plan template.
- ActionPlanTemplateAssignment — Represents the association of an action plan template with its related care plan template, goal, or problem definition. When instantiated, the action plan generates the corresponding intervention tasks and links them to the appropriate record, such as a condition, goal, or care plan.
- BusinessOperationsProcess — Represents a business operations process.
- BusinessProfile — Represents the insurance-related attributes for the insured business.
- CaseTeamMemberProgram — Represents mapping information between Case Team Member and Program.
- CompetencyRelatedObject — Represents a junction between competency and another object.
- ComplianceControl — Represents a compliance control.
- EducInstSearchableProfile — Represents information about an educational institution aggregated from other objects for Criteria-Based Search and Filter.
- EducInstitutionOffering — Represents a junction between an institution's account and other objects, such as program, learning program, and academic term.
- EducationalInfoRequest — Represents details about a request for information (RFI) raised by prospective students, parents, or counselors.
- ExternalLearning — Represents information that defines a training that is made available by an external provider as a course, program, or on-site experience, for a contact.
- ExternalLearningPtcpResult — Represents the outcome of a student's participation in an external learning.
- ExtlPtcpRsltLrnrPgmRqmt — Represents a junction between the External Learning Participant Result and Learner Program Requirement objects.
- GoalAssignment — Represents the goals that are part of a care plan.
- GoalDefinition — Represents a goal or a business objective that’s used as a reference. When instantiated, GoalDefinition records create GoalAssignment records that serve as goals in care plans.
- Location — Represents a warehouse, service vehicle, work site, or other element of the region where your team performs field service work. In API version 49.0 and later, you can associate activities with specific locations. Activities, such as the tasks and events related to a location, appear in the activities timeline when you view the location detail page. Also in API version 49.0 and later, Work.com users can view Employees as a related list on Location records. In API version 51.0 and later, this object is available for Omnichannel Inventory and represents physical locations where inventory is available for fulfilling orders.
- LocationUse — Records the general purpose of the Location.
- PartyPhilanthropicAssessment — Represents a formalized assessment of wealth when a rating takes place, such as a third-party wealth assessment, a property valuation, a financial asset assessment, or an internal assessment.
- PartyPhilanthropicIndicator — Represents an unconfirmed or soft indication that highlights a person's wealth or growth potential.
- PartyPhilanthropicMilestone — Represents philanthropic activities and financial status for a period of time.
- PartyPhilanthropicOccurrence — xxx
- Program — Represents information about the enrollment and disbursement of benefits in a program.
- ProgramTermApplnTimeline — Represents a junction between Academic Term, Application Timeline, and Learning Program objects.
- ProviderOffering — Represents people or organizations associated with providing benefits to program participants.
- RecurrenceSchedule — Represents the recurrence schedule for a benefit schedule.
- RegulatoryCode — Represents the regulation code enforced by the regulatory body.
- RgltyCodeRegClauseVer — Represents a junction between Regulatory Code and Regulation Clause Version objects.
- RgltyCodeViolRegClVer — Represents a junction between Regulatory Code Violation and Regulation Clause Version objects.
- WorkTypeGroupRole — Represents a grouping of work types by roles, used to categorize types of appointments available in Salesforce Scheduler.
Install
rawctx snapshot-download @pasar6987/sf-education-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.
