Salesforce Metadata Documentation¶
Welcome to the Salesforce Metadata Documentation site. This site provides comprehensive documentation for all Salesforce components in the I2C.Salesforce.Metadata repository.
Documentation Sections¶
Apex Classes (68 files)¶
Documentation for custom Apex classes including controllers, handlers, utilities, and schedulers.
Flows (115 files)¶
Documentation for Flow automations including screen flows, autolaunched flows, and record-triggered flows.
Triggers (11 files)¶
Documentation for Apex triggers and their associated handler classes.
Lightning Web Components (44 files)¶
Documentation for Lightning Web Components including component markup, JavaScript controllers, and CSS styling.
Browse Lightning Web Components
Workflows (4 files)¶
Documentation for workflow rules and automation processes.
About This Documentation¶
This documentation is automatically synced from the I2C.Salesforce.Metadata repository.
- Total Documentation Files: 242
- Last Synced: Run
python sync_docs.pyto update
Quick Navigation¶
- Dashboard Overview - High-level overview of the metadata
- Use the search bar above to find specific components
- Browse by category using the navigation menu
Contributing¶
To update this documentation:
- Run
python sync_docs.pyto pull the latest documentation - Run
mkdocs serveto preview changes locally - Run
mkdocs buildto build the static site