Save previously entered comparison filters
I am currently using a standard regex filter each time I do a comparison. It has become quite lengthy such that I can't easily remember it. I have ended up saving it in a separate text file and have to open it, then copy and paste it into Gearset each time I do a comparison. Pretty cumbersome.
It would be nice if the Filter... text box on the comparison results screen was a combo box that when clicked, dropped down a list of recently used filters. Each entry in the list should be removable (like with a little 'x' icon next to it).
-
Kris Goncalves commented
This would be super helpful instead of having saved regex in a text file to copy and paste or share between team members. The main use case is to remove the managed package metadata that gearset cannot exclude (managed package custom field on a standard object).
Likewise, if it's easier, it'd be cool to have the regex in the comparison filter saved and tied to a given metadata filter. As I mentioned above, I'm always including the regex at the column level to at least remove managed package metadata.
-
SfdcHawkeye commented
not:regex:standard-Dashboard|standard-Document|standard-CollaborationGroup|standard-UserProfile|DandBCompany|AccountCleanInfo|ContactCleanInfo|LeadCleanInfo|IsSsoEnabled
-
This is a great idea, what is the regex that you need to put in each time? I ask because I'm trying to understand if the column filters could achieve the same thing and whether or not we should allow those to be saved instead of just regex.