Wouldn’t it be nice to have a search tool which would search app studio layers (esp events and rules) and BPMs (maybe BAQs too) for references to a databinding (eg “OrderHed.TermsCode” or just “CreditCardPayment_c”) to find out where they are used?
It seems to show the result delivered to the user after combining multiple layers- would be nice to see which layer(s) has it to fix a problem, and then there’s still the BPMs, BAQs etc
(Yes I know applying multiple layers to a form is problematic, but that’s what we have and I’m a bit scared of the layer merge tool)
You can export the layer via a getapp API call, and then throw the contents into json, from there all bindings, controls, events, and layouts are searchable using cmd/ctrl+f in VS code
The Dev Tools app that @GabeFranco has been working on could probably handle this. He sent me some code a couple weeks ago to run in his tool that would show every data view that a baq was used in. If it can pull baq source out of the json, you could probably also pull binding info out.