Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-nonprofit-nonprofit-cloud
Purpose-built nonprofit tools for funding awards, grant disbursements, case participants, referrals, budget allocations, and record aggregation.
Published package · Latest published 1.0.1 Mar 4, 2026 · 20 datasets / 12 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
20 datasets12 measures · 262 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-nonprofit-nonprofit-cloud
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-nonprofit-nonprofit-cloud")
prompt = rawctx.to_prompt(
"@pasar6987/sf-nonprofit-nonprofit-cloud",
datasets=["AccountContactRelation", "ApplicationRecordTypeConfig"],
max_tokens=2000,
)
print(model.datasets) # ["AccountContactRelation", "ApplicationRecordTypeConfig", "BudgetAllocation"]
print(model.measures) # [Measure(name="BudgetAllocation.Amount", ...), Measure(name="BudgetAllocation.Quantity", ...), Measure(name="FundingAward.Amount", ...)]
print(model.dimensions) # [Dimension(name="AccountId", ...), Dimension(name="ContactId", ...), Dimension(name="DataRollupCategories", ...)]
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-nonprofit-nonprofit-cloud
Purpose-built nonprofit tools for funding awards, grant disbursements, case participants, referrals, budget allocations, and record aggregation.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 20 |
| Dimensions | 262 |
| Measures | 12 |
| Relationships | 0 |
Objects
- AccountContactRelation — Represents a relationship between a contact and one or more accounts.
- ApplicationRecordTypeConfig — Salesforce standard object
- BudgetAllocation — Represents a subsection of a Budget that shows where allocated resources are being applied.
- BudgetParticipant — Represents information about a user or group of participants who have access to a budget.
- CarePlanTemplateBenefit — Represents a junction between a care plan template and a benefit. This object stores the benefit details of a care plan.
- CaseParticipant — Represents a junction between a case, and an account or a contact. This object stores the details of the participant associated with a case. This participant could be the applicant, co-applicant, a household, or even a business account.
- ComplaintCase — Represents the association between a public complaint and its corresponding case.
- ComplaintParticipant — Represents a junction between a public complaint, and an account or a contact. This object stores the details of the participant who registers a complaint with the authorities. This participant could be the applicant, co-applicant, a household, or even a business account.
- FundingAward — Represents an award given to an individual or organization to facilitate a goal related to the funder’s mission. This object is available in API version 57.0 and later.
- FundingAwardAmendment — Represents a modification to the scope or finances of a previously approved award. This object is available in API version 57.0 and later.
- FundingAwardRequirement — Represents a deliverable or milestone for a funding award or funding disbursement. This object is available in API version 57.0 and later.
- FundingDisbursement — Salesforce standard object
- FundingOpportunity — The pool of money available for distribution for a specific purpose. This object is available in API version 57.0 and later.
- PublicComplaint — Represents the complaints submitted by public users.
- RecordAggregationDefinition — Represents a data aggregation from one object to another object to which it is connected by other objects in the data model.
- RecordAggregationJoinCondition — Represents a condition in a join between two record aggregation objects.
- RecordAggregationObject — Represents an object in the record aggegation join sequence.
- RecordAggregationObjectFilter — Represents a filter that is applied to the records of an object in the record aggregation join sequence.
- RecordAggregationResult — Represents a data aggregation from one record to another record based on the record aggregation definition for the corresponding objects.
- Referral — Represents the information on client referrals in an organization.
Install
rawctx snapshot-download @pasar6987/sf-nonprofit-nonprofit-cloud
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.
