I have a lot of views which use a field that is being deprecated. The data has been migrated into another format and I need to be able to delete the original so that it doesn’t get used.
If possible, I need to know what views and filters are looking at the old field so I can manually change it to look at the new one, and then be assured that my delete will not have unintended consequences.
Maintenance burden: Internal formats may change without notice
If you need automated field dependency tracking, consider:
Feature request: Ask Fibery team to add native field dependency tracking
Hybrid approach: Use APIs for basic analysis, manual verification for critical changes
Community collaboration: Work with other developers to document the metadata structures
The APIs provide the raw data needed, but building a comprehensive field usage tracker would be a substantial development effort due to the lack of detailed documentation about internal data structures.