Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-consumer-goods-job-definition
Configurable job definition lists that tie accounts, products, and templates together for structured field execution workflows.
Published package · Latest published 1.0.1 Mar 4, 2026 · 10 datasets / 12 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
10 datasets12 measures · 161 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-consumer-goods-job-definition
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-consumer-goods-job-definition")
prompt = rawctx.to_prompt(
"@pasar6987/sf-consumer-goods-job-definition",
datasets=["cgcloud__Job_DL_Job_Definition_Template__c", "cgcloud__Job_DL_Template_Def_Template__c"],
max_tokens=2000,
)
print(model.datasets) # ["cgcloud__Job_DL_Job_Definition_Template__c", "cgcloud__Job_DL_Template_Def_Template__c", "cgcloud__Job_Definition_List_Account_Set__c"]
print(model.measures) # [Measure(name="cgcloud__Job_DL_Job_Definition_Template__c.cgcloud__Score__c", ...), Measure(name="cgcloud__Job_DL_Job_Definition_Template__c.cgcloud__Sort__c", ...), Measure(name="cgcloud__Job_Definition_List_Template__c.cgcloud__Duration__c", ...)]
print(model.dimensions) # [Dimension(name="Name", ...), Dimension(name="cgcloud__Composite_Key__c", ...), Dimension(name="cgcloud__Condition_Answers__c", ...)]
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-consumer-goods-job-definition
Configurable job definition lists that tie accounts, products, and templates together for structured field execution workflows.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 10 |
| Dimensions | 161 |
| Measures | 12 |
| Relationships | 0 |
Objects
- cgcloud__Job_DL_Job_Definition_Template__c — This object stores the questions or surveys that are used in the job definition list.
- cgcloud__Job_DL_Template_Def_Template__c — Stores the list of job definition templates in the Job definition list template. When creating a job definition list based on this template, the assigned job definition templates are used to preset job definitions.
- cgcloud__Job_Definition_List_Account_Set__c — Junction object between Job Definition List and Customer Set.
- cgcloud__Job_Definition_List_Account__c — Stores the details of the relationship between job definition list and customer.
- cgcloud__Job_Definition_List_Product__c — Stores the details of the relationship between the Job Definition List and Product related lists.
- cgcloud__Job_Definition_List_Template__c — Template that controls the behavior of Job definition lists.
- cgcloud__Job_Definition_List__c — Stores the set of questions or surveys that are to be carried out in the respective call and contains further relevant configurations.
- cgcloud__Job_Definition_Template__c — Stores the definition of the questions or product surveys that are available in the system.
- cgcloud__Job_List__c — Stores the job lists that are generated from non-standard job definition lists.
- cgcloud__Job_Template__c — Stores whether a job is to be considered as either a task, a question, a product related question (survey), or any other object related job like capturing orders.
Install
rawctx snapshot-download @pasar6987/sf-consumer-goods-job-definition
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.
