dufoli / Salesforce-Inspector-Advanced

Chrome extension to add a metadata layout on top of the standard Salesforce UI to improve the productivity and joy of Salesforce configuration, development, and integration.
https://chromewebstore.google.com/detail/salesforce-inspector-adva/dbfimaflmomgldabcphgolbeoamjogji
MIT License
10 stars 1 forks source link

Saved Queries Title not appearing in "Saved Queries" List #159

Closed bonzi-123 closed 3 weeks ago

bonzi-123 commented 1 month ago

Make sure to read the troubleshooting section before creating an issue

Describe the bug Saved Queries Title not appearing in "Saved Queries" List

To Reproduce Steps to reproduce the behavior:

  1. Go to Data Export
  2. Click on "Saved Queries" to see the Saved Queries list

Expected behavior To see the title of the query + the SOQL

Screenshots

Screenshot 2024-08-11 at 09 19 16

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

dufoli commented 1 month ago

Thanks for the feedback. Hmm strange, it appear on my side, not as an option but on top: image Anyway, do we really need this, you can click out if you do not want to select a value. If I add it, we will need to handle that if we select it nothing happened.

bonzi-123 commented 1 month ago

Hello, I'm referring to the label that you give the Query when you save it, not the "Saved Queries" button. For example, you save "SELECT Id, Status FROM AsyncApexJob" and you give it the label "Async Query". That label should appear just before the Query, like:

Async Query - SELECT Id, Status FROM AsyncApexJob

Hope this is more clear.

Thanks!

bonzi-123 commented 1 month ago

Here is a screenshot of what I'm referring to. If the label is not being shown in this menu, then adding a label to a Query doesn't make sense.

Screenshot 2024-08-19 at 20 09 10

Thanks

dufoli commented 3 weeks ago

ok right. Good catch I will fix it.