-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[data-import] Hide unecessary columns in queries with fields from related object #352
Labels
Comments
Linked with #94 |
@CamilleGuillory I have implement such feature in https://github.com/dufoli/Salesforce-Inspector-Advanced can you check if it is fine for you ? |
Hi @dufoli |
This was referenced May 7, 2024
tprouvot
changed the title
Hide unecessary columns in queries with fields from related object
[data-import] Hide unecessary columns in queries with fields from related object
May 16, 2024
tprouvot
added a commit
that referenced
this issue
May 17, 2024
## Describe your changes ## Issue ticket number and link #352 ## Checklist before requesting a review - [x] I have read and understand the [Contributions section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions) - [x] Target branch is releaseCandidate and not master - [x] I have performed a self-review of my code - [x] I ran the [unit tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests) and my PR does not break any tests - [x] I documented the changes I've made on the [CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md) and followed actual conventions - [x] I added a new section on [how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md) (optional) --------- Co-authored-by: Thomas Prouvot <prouvot.t@gmail.com>
AntoineLeleu-Salesforce
pushed a commit
to AntoineLeleu-Salesforce/Salesforce-Inspector-reloaded
that referenced
this issue
Aug 29, 2024
## Describe your changes ## Issue ticket number and link tprouvot#352 ## Checklist before requesting a review - [x] I have read and understand the [Contributions section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions) - [x] Target branch is releaseCandidate and not master - [x] I have performed a self-review of my code - [x] I ran the [unit tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests) and my PR does not break any tests - [x] I documented the changes I've made on the [CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md) and followed actual conventions - [x] I added a new section on [how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md) (optional) --------- Co-authored-by: Thomas Prouvot <prouvot.t@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Hide those columns when doing queries with related object
SELECT Id,Account.Name,Account.RecordType.DeveloperName
The text was updated successfully, but these errors were encountered: