Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-consumer-goods-system-config
Platform-wide configuration objects spanning number sequences, calendar definitions, POS settings, UI preferences, triggers, and data type management.
Published package · Latest published 1.0.1 Mar 4, 2026 · 28 datasets / 35 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
28 datasets35 measures · 248 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-system-config
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-system-config")
prompt = rawctx.to_prompt(
"@pasar6987/sf-consumer-goods-system-config",
datasets=["cgcloud__Approval_Code__c", "cgcloud__Auto_Number_Sequence__c"],
max_tokens=2000,
)
print(model.datasets) # ["cgcloud__Approval_Code__c", "cgcloud__Auto_Number_Sequence__c", "cgcloud__Business_Year__c"]
print(model.measures) # [Measure(name="cgcloud__Auto_Number_Sequence__c.cgcloud__Next_Number__c", ...), Measure(name="cgcloud__Business_Year__c.cgcloud__Year_Number__c", ...), Measure(name="cgcloud__Custom_Period__c.cgcloud__Business_Year__c", ...)]
print(model.dimensions) # [Dimension(name="LastReferencedDate", ...), Dimension(name="LastViewedDate", ...), 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-consumer-goods-system-config
Platform-wide configuration objects spanning number sequences, calendar definitions, POS settings, UI preferences, triggers, and data type management.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 28 |
| Dimensions | 248 |
| Measures | 35 |
| Relationships | 0 |
Objects
- cgcloud__Approval_Code__c — Represents the attributes for approval code of users.
- cgcloud__Auto_Number_Sequence__c — Stores information about the numbered index of the next transaction log record.
- cgcloud__Business_Year__c — This object stores the attributes of the Business Year.
- cgcloud__CGCPS_Service_Settings__c — Use this custom setting to either enable or disable CGCPS service data mocking. With this setting, you can develop non-CGCPS service-enabled orgs.
- cgcloud__Color_Schema__c — Defines various Sales Organization-dependent property-based color schemes for the Trade Calendar.
- cgcloud__Custom_Calendar__c — This object stores the attributes of the custom calendar.
- cgcloud__Custom_Period__c — This object stores the attributes of the custom period.
- cgcloud__Custom_Permission_User_Role_Mapping__c — This object assigns (Mapping) mobility user roles to permission sets.
- cgcloud__Data_Type_Option__c — Stores the item (picklist item) of a flexible data type.
- cgcloud__Data_Type__c — Stores the flexible data type.
- cgcloud__Mobile_Link__c — Deep Link Object.
- cgcloud__POS_Template__c — Stores the details of the POS template object that's to be used for POS (Point of Sale).
- cgcloud__POS__c — Stores the details of the POS object. A Point of Sale (POS) stores the information about a place in the customer's premises at which goods are sold to consumers.
- cgcloud__Package_Setting__c — This is a custom setting that helps you manage dynamic namespaces.
- cgcloud__Picklist_Toggle_Addon__c — This is a non-data object. It's purely used to define different picklists, which are retail mobile only or that don't have any real corresponding field in the RCG back end. These picklists are then mapped with the Picklist-Toggle-Mapping concepts in Sync Package.
- cgcloud__RTR_Report_Configuration__c — This object contains Real Time Report (RTR) Configurations. One record defines the data that's to be loaded for a report and what or how it gets shown in a declarative manner.
- cgcloud__Smart_UI_Lightning_Settings__c — Internal Object contains Smart UI configurations.
- cgcloud__System_Number_Last__c — Last used number of a specific number type and device.
- cgcloud__System_Number_Segment__c — Segment of the number definition.
- cgcloud__System_Number__c — This object specifies the number definition that's used for number generation on CAS OnPremise Mobility.
- cgcloud__System_Setting__c — Custom setting that stores all system setting attributes as a key-value pair.
- cgcloud__Transaction_Log__c — This object contains all transaction log messages that are related to CG.
- cgcloud__Trigger_Setting__c — Custom Setting, helper object that enables clients to disable certain triggers that are part of the managed package.
- cgcloud__Unit_of_Measure__c — Stores the details of the units of measure (logistic unit) of a product.
- cgcloud__Update_Activation__c — This custom setting defines the sales org-specific update activation record to make sure that maintenance is only possible by using the Update Activation page.
- cgcloud__Validation_Rules_Setting__c — Custom setting that manages various validation rules, such as granting bypass access.
- cgcloud__View__c — This object stores the filter criteria for the trade calendar.
- cgcloud__Week_Day_Share_Profile__c — Contains statistical profiles of the distribution of weekly data among different days of a week.
Install
rawctx snapshot-download @pasar6987/sf-consumer-goods-system-config
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.
