Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-consumer-goods-sync
Offline-capable mobile synchronization framework handling client registration, data replication, deployment packages, and sync conflict resolution.
Published package · Latest published 1.0.1 Mar 4, 2026 · 28 datasets / 74 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
28 datasets74 measures · 321 dimensionsReference 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-sync
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-sync")
prompt = rawctx.to_prompt(
"@pasar6987/sf-consumer-goods-sync",
datasets=["cgc_sync__Sync_API_Log__c", "cgc_sync__Sync_Client_App_Profile_Mapping__c"],
max_tokens=2000,
)
print(model.datasets) # ["cgc_sync__Sync_API_Log__c", "cgc_sync__Sync_Client_App_Profile_Mapping__c", "cgc_sync__Sync_Client_Registration__c"]
print(model.measures) # [Measure(name="cgc_sync__Sync_API_Log__c.cgc_sync__Input_Data_Volume__c", ...), Measure(name="cgc_sync__Sync_API_Log__c.cgc_sync__Output_Data_Volume__c", ...), Measure(name="cgc_sync__Sync_API_Log__c.cgc_sync__Value__c", ...)]
print(model.dimensions) # [Dimension(name="Name", ...), Dimension(name="OwnerId", ...), Dimension(name="cgc_sync__Category__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-sync
Offline-capable mobile synchronization framework handling client registration, data replication, deployment packages, and sync conflict resolution.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 28 |
| Dimensions | 321 |
| Measures | 74 |
| Relationships | 0 |
Objects
- cgc_sync__Sync_API_Log__c — Stores performance information that's executed on synchronization endpoints.
- cgc_sync__Sync_Client_App_Profile_Mapping__c — Salesforce standard object
- cgc_sync__Sync_Client_Registration__c — Stores the details of the Consumer Goods Cloud offline mobile app device that a synchronization request to Salesforce is initiated from.
- cgc_sync__Sync_Config__c — Salesforce standard object
- cgc_sync__Sync_History_Detail__c — Contains detailed information about all sync history records.
- cgc_sync__Sync_History__c — Stores information about every sync that's performed on the mobile app along with its status information and associated Key Performance Indicators (KPIs).
- cgc_sync__Sync_ID_Mapping__c — Contains information about the mappings of the local mobile application IDs to Salesforce IDs.
- cgc_sync__Sync_Message_Translation__c — Contains translated sync messages.
- cgc_sync__Sync_Message__c — Represents the messages that are exposed to a mobile app user during the sync process
- cgc_sync__Sync_Metadata_Changes__c — Stores the timestamps for the changes that are made in the metadata.
- cgc_sync__Sync_Mobile_App_Component__c — Contains the settings for different customizable UI components in the theme.
- cgc_sync__Sync_Mobile_App_Depl_Pkg_As__c — Contains information about the recipient of the deployment package.
- cgc_sync__Sync_Mobile_App_Depl_Pkg_Inst__c — Maintains a record of the installed deployment packages, their installation timestamps, and devices on which those packages are deployed.
- cgc_sync__Sync_Mobile_App_Depl_Pkg__c — Deployment packages that contain application runtime artifacts of the mobile app.
- cgc_sync__Sync_Mobile_App_Domain__c — Stores information about domains that are available as dropdown boxes in the mobile app.
- cgc_sync__Sync_Mobile_App_Installation__c — Contains information about the user to whom the deployment package is to be distributed.
- cgc_sync__Sync_Mobile_App_Log__c — Stores the error messages and warnings that occurred in the mobile app. Such error messages and warnings are uploaded every time a user runs the upload to Salesforce action in the mobile app.
- cgc_sync__Sync_Mobile_App_Macro__c — Contains the color macros that are used for themes.
- cgc_sync__Sync_Mobile_App_PL_Config__c — Contains the mapping information of picklists for dropdown boxes in the mobile app.
- cgc_sync__Sync_Mobile_App_PL_Map_Ext__c — Contains the mapping information of picklists and dropdown boxes in the mobile app.
- cgc_sync__Sync_Mobile_App_PL_Map__c — Contains the mapping information of picklists and dropdown boxes in the mobile application.
- cgc_sync__Sync_Mobile_App_PL_Repo__c — Represents the repository of dropdown boxes in a mobile app.
- cgc_sync__Sync_Mobile_App_Theme__c — Represents the themes of a mobile app.
- cgc_sync__Sync_Named_Fetch_Tree_Nodes__c — Salesforce standard object
- cgc_sync__Sync_Named_Query__c — Contains details and SOQL (Salesforce Object Query Language) statements for a named query.
- cgc_sync__Sync_Remote_Request__c — Stores requests to trigger technical activities on the mobile app. For example, data resupply and clean-up upload queue.
- cgc_sync__Sync_Report_Links__c — Salesforce standard object
- cgc_sync__Sync_Tracked_Object_Config__c — Salesforce standard object
Install
rawctx snapshot-download @pasar6987/sf-consumer-goods-sync
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.
Topology
Semantic graph
Use the graph last, once provenance, documentation, and the runnable path are already clear.
Semantic Graph
Topology counts appear after the graph loads.
Loading graph
Semantic topology is still loadingCounts and graph nodes appear after the latest published summary has been fetched.
