Fetch Salesforce Field Definitions
Version updated for https://github.com/kotaoue/salesforce-field-inspector to version v1.0.4.
- 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 retrieving Salesforce FieldDefinition records from the Tooling API and generates outputs in various formats, including JSON, CSV, and Metadata API package manifests (package.xml). It simplifies Salesforce metadata inspection and management by filtering fields and objects based on criteria like object type, modification date, and specific fields, enabling streamlined analysis and metadata retrieval workflows. This action is particularly useful for Salesforce developers and admins managing large datasets or automating metadata extraction.
What’s Changed
What’s Changed
- Add EntityDefinition fetch to retrieve object-level metadata by @Copilot in https://github.com/kotaoue/salesforce-field-inspector/pull/32
Full Changelog: https://github.com/kotaoue/salesforce-field-inspector/compare/v1...v1.0.4