Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-consumer-goods-visit-route
Field rep visit scheduling, route optimization, tour management, trip lists, AI-driven task recommendations, and delivery task orchestration.
Published package · Latest published 1.0.1 Mar 4, 2026 · 20 datasets / 17 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
20 datasets17 measures · 330 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-visit-route
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-visit-route")
prompt = rawctx.to_prompt(
"@pasar6987/sf-consumer-goods-visit-route",
datasets=["AiVisitTaskRcmd", "AiVisitTaskRcmdRequest"],
max_tokens=2000,
)
print(model.datasets) # ["AiVisitTaskRcmd", "AiVisitTaskRcmdRequest", "DeliveryTask"]
print(model.measures) # [Measure(name="AiVisitTaskRcmd.RuleScore", ...), Measure(name="AiVisitTaskRcmdRequest.AcceptedCount", ...), Measure(name="AiVisitTaskRcmdRequest.RecommendationCount", ...)]
print(model.dimensions) # [Dimension(name="AiVisitTaskRcmdRequestId", ...), Dimension(name="IsLatest", ...), Dimension(name="LastReferencedDate", ...)]
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-visit-route
Field rep visit scheduling, route optimization, tour management, trip lists, AI-driven task recommendations, and delivery task orchestration.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 20 |
| Dimensions | 330 |
| Measures | 17 |
| Relationships | 0 |
Objects
- AiVisitTaskRcmd — Represents the visit task recommendations. These recommendations can be accepted or rejected by a sales manager.
- AiVisitTaskRcmdRequest — Represents the request parameters and responses of visit task recommendations.
- DeliveryTask — Represents information about shipments and orders to be delivered to a store in a visit.
- VisitedParty — Represents the contact person at the account that’s being visited.
- Visitor — Represents the sales reps performing visits.
- cgcloud__Field_Sales_Activity__c — Stores the details of the field sales activity object. Field Sales Activity (FSA) covers a set of job definition lists.
- cgcloud__Route_Account__c — Stores the details of the relationship between routes and customers.
- cgcloud__Route_Template__c — Stores the details of the route template object that's to be used for routes.
- cgcloud__Route__c — Stores the details of the route object.
- cgcloud__Tour_Check__c — Stores the details of the tour check object that's used as part of tour execution for tour checking.
- cgcloud__Tour_Object_Reference__c — Stores the details of the object references of a tour.
- cgcloud__Tour_Template_Object_Reference__c — Stores the details of the object references of a tour template.
- cgcloud__Tour_Template_Tour_Check__c — Stores the details of the relationship between tour template and tour check, which is used to define the relevant tour checks on a tour.
- cgcloud__Tour_Template__c — Stores the details of the tour template object that's to be used for tours.
- cgcloud__Tour_Tour_Check__c — Stores the details of the relationship between tour and tour check.
- cgcloud__Tour__c — Stores the details of the tour object.
- cgcloud__Trip_List_Account__c — The object stores the association between a trip list and a customer.
- cgcloud__Trip_List__c — Use Trip List to plan visits based on a predefined sequence of customers.
- cgcloud__Visit_Job__c — This object contains answered questions and product surveys (jobs).
- cgcloud__Visit_Template__c — Template that describes the basic call behavior.
Install
rawctx snapshot-download @pasar6987/sf-consumer-goods-visit-route
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.
