Skip to content
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

Closed
CamilleGuillory opened this issue Mar 14, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request work in progress Someone is working on this issue

Comments

@CamilleGuillory
Copy link

Hide those columns when doing queries with related object
SELECT Id,Account.Name,Account.RecordType.DeveloperName
image

@CamilleGuillory CamilleGuillory added the enhancement New feature or request label Mar 14, 2024
@tprouvot
Copy link
Owner

Linked with #94

@dufoli
Copy link
Contributor

dufoli commented Mar 19, 2024

@CamilleGuillory I have implement such feature in https://github.com/dufoli/Salesforce-Inspector-Advanced can you check if it is fine for you ?

@CamilleGuillory
Copy link
Author

Hi @dufoli
Yes it is working!
image

@tprouvot 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 tprouvot added the work in progress Someone is working on this issue label 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
enhancement New feature or request work in progress Someone is working on this issue
Projects
None yet
Development

No branches or pull requests

3 participants