Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-public-sector-expression-decision
Rules engines and decision matrices for automating eligibility, scoring, and policy-based calculations.
Published package · Latest published 1.0.1 Mar 4, 2026 · 26 datasets / 13 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
26 datasets13 measures · 280 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-public-sector-expression-decision
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-public-sector-expression-decision")
prompt = rawctx.to_prompt(
"@pasar6987/sf-public-sector-expression-decision",
datasets=["CalcMatrixColumnRange", "CalculationMatrix"],
max_tokens=2000,
)
print(model.datasets) # ["CalcMatrixColumnRange", "CalculationMatrix", "CalculationMatrixColumn"]
print(model.measures) # [Measure(name="CalcMatrixColumnRange.Occurrence", ...), Measure(name="CalculationMatrixColumn.DisplaySequence", ...), Measure(name="CalculationMatrixVersion.Rank", ...)]
print(model.dimensions) # [Dimension(name="CalculationMatrixColumnId", ...), Dimension(name="CalculationMatrixVersionId", ...), Dimension(name="Name", ...)]
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-public-sector-expression-decision
Rules engines and decision matrices for automating eligibility, scoring, and policy-based calculations.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 26 |
| Dimensions | 280 |
| Measures | 13 |
| Relationships | 4 |
Objects
- CalcMatrixColumnRange — Represents information about a value in a decision matrix column when the column is of the type number range or text range.
- CalculationMatrix — Matches input values to a table row and returns the row's output values. The label for this object is Decision Matrix.
- CalculationMatrixColumn — Defines a column in a Decision Matrix. The label for this object is Decision Matrix Column.
- CalculationMatrixRow — Defines a row in a Decision Matrix. The label for this object is Decision Matrix Row.
- CalculationMatrixVersion — Defines a version of a Decision Matrix. The label for this object is Decision Matrix Version.
- DecisionMatrixDefinition — Represents information about a decision matrix definition.
- DecisionMatrixDefinitionVersion — Represents information about a decision matrix definition version.
- DecisionTable — Represents the information about a decision table.
- DecisionTableDatasetLink — Represents a dataset link associated with a decision table. Use dataset links in a decision table to select an object whose records the decision table must evaluate and provide outcomes for.
- DecisionTableParameter — Represents an input or output field in a decision table. An input field is a field in the business rule object or custom metadata type that contains values used by the decision table to evaluate records and values. An output field is a field in the business rule object or custom metadata type that contains the values provided as outcomes for a rule.
- DecisionTableSourceCriteria — Represents the fields and values from a data source that are used to define the condition logic of the data that's used in a decision table.
- DecisionTblDatasetParameter — Represents the mapping between a decision table parameter and a field of the object selected in the dataset link. This mapping allows the decision table to know which object fields from the dataset link must be evaluated by the input fields of the decision table.
- ExplainabilityActionDef — Represents the explainability definition of the explainability action log that's generated by the associated application's action.
- ExplainabilityActionVersion — Represents the explainability action version of the explainability action log that's generated by the associated application's action.
- ExplainabilityMsgTemplate — Represents the template that contains the decision explanation message for a specified element type.
- ExplainabilityMsgTemplateLocalization — Represents the translated value of the message in an explainability message template for an expression set step element.
- ExpressionSet — Represents information about an expression set. An expression set performs a series of calculations using lookups and user-defined variables and constants.
- ExpressionSetDefinition — Represents information about an expression set definition.
- ExpressionSetDefinitionContextDefinition — Represents a relationship between an expression set definition and a context definition. This object is available in API version 58.0 and later.
- ExpressionSetDefinitionVersion — Represents information about an expression set definition version.
- ExpressionSetMessageToken — Represents a token that's used in an explainability message template. The token can be replaced with an expression set version resource that the template is used in.
- ExpressionSetObjectAlias — Represents the alias of the source object that's used in an expression set.
- ExpressionSetVersion — Represents information about a specific version of an expression set. This object is also accessible through the UI API, which enables its use in components like Lightning Web Components (LWC).
- ExpressionSetView — Represents a virtual object that provides a consolidated view of file-based expression set. File-based expression sets are read-only templates. To be able to modify file-based expression sets, you must clone them first.
- ExpsSetObjectAliasFieldVw — Represents the virtual object that provides a consolidated view of source object and its alias, and the source object fields and their aliases that are used in an expression set. This object is used to check the permission level required to access the underlying object fields associated with their field aliases.
- RecAlrtDataSrcExpSetDef — Represents information about the data source for a record alert and the association with an expression set definition.
Install
rawctx snapshot-download @pasar6987/sf-public-sector-expression-decision
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.
