Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-energy-utilities-workforce
Timesheet tracking, labor unions, pay grades, overtime, resource absence, and compensation management.
Published package · Latest published 1.0.1 Mar 4, 2026 · 16 datasets / 22 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
16 datasets22 measures · 164 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-energy-utilities-workforce
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-energy-utilities-workforce")
prompt = rawctx.to_prompt(
"@pasar6987/sf-energy-utilities-workforce",
datasets=["CostCenter", "JobExpenseType"],
max_tokens=2000,
)
print(model.datasets) # ["CostCenter", "JobExpenseType", "LaborUnion"]
print(model.measures) # [Measure(name="ResourceAbsence.Latitude", ...), Measure(name="ResourceAbsence.Longitude", ...), Measure(name="ResourceAbsence.FSL__InternalSLRGeolocation__Latitude__s", ...)]
print(model.dimensions) # [Dimension(name="Description", ...), Dimension(name="EffectiveEndDate", ...), Dimension(name="EffectiveStartDate", ...)]
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-energy-utilities-workforce
Timesheet tracking, labor unions, pay grades, overtime, resource absence, and compensation management.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 16 |
| Dimensions | 164 |
| Measures | 22 |
| Relationships | 1 |
Objects
- CostCenter — Represents the actual expenses that are compared to the budget.
- JobExpenseType — Represents a unique expense type associated with a standard job in an organization, which is used to measure the job costs and budget.
- LaborUnion — Represents the labor union organization that field technician is associated with. This association decides the wage classification, pay type, overtime code, supplemental compensation and wage calculation rules.
- OvertimeApprover — Represents a person who approves overtime hours.
- OvertimeType — Represents the overtime type code used to categorize overtime labor costs in the Enterprise Resource Planning system.
- PayGrade — Represents a range of positions that require sufficiently similar responsibilities and competencies, and are associated with a common pay band.
- PayType — Represents the type of pay provided to the field service worker that determines the hourly rate based on a labor agreement.
- ResourceAbsence — Represents a time period in which a service resource is unavailable to work in Field Service, Salesforce Scheduler, or Workforce Engagement.
- ServiceResourceCostRule — Represents the rules that calculate the value of a meal or equivalent gifts awarded to the field service worker.
- ServiceResourceLeaveBalance — Stores the leave balances for service resources.
- SupplementalCompensation — Represents the meals or equivalent gifts awarded to the field service worker according to the labor laws and company policies.
- TimeSheet — Represents a schedule of a service resource’s time in Field Service or Workforce Engagement.
- TimeSheetEntry — Represents a span of time that a service resource spends on a field service task.
- TimeSheetEntryItem — Represents the details of the time sheet entry that is used by an Enterprise Asset Management system to pay the field service worker accroding to labor laws and company policy.
- TimeSheetValidationError — Represents validation errors in time sheets, time sheet entries, and time sheet entry items based on the rules defined by the admin.
- TimeSheetWageTypeSummary — Represents a summary of the type of wages earned by a field service resource.
Install
rawctx snapshot-download @pasar6987/sf-energy-utilities-workforce
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.
