Fetch Salesforce Field Definitions
Version updated for https://github.com/kotaoue/salesforce-field-inspector to version v1.0.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The salesforce-field-inspector GitHub Action automates the process of fetching Salesforce FieldDefinition records via the Tooling API and exporting them as JSON or CSV files. It simplifies the task of retrieving metadata for system or custom objects, with options to filter by modification dates and select specific fields. This action is useful for developers or teams needing structured and customizable metadata exports for documentation, analysis, or integration purposes.
What’s Changed
What’s Changed
- Migrate cSpell config from .vscode/settings.json to cspell.json by @Copilot in https://github.com/kotaoue/salesforce-field-inspector/pull/26
- Optimize object scope filtering via SOQL WHERE clause instead of in-memory post-filter by @Copilot in https://github.com/kotaoue/salesforce-field-inspector/pull/28
- feat: filter objects by LastModifiedDate using updatedWithin duration by @Copilot in https://github.com/kotaoue/salesforce-field-inspector/pull/24
Full Changelog: https://github.com/kotaoue/salesforce-field-inspector/compare/v1...v1.0.2