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

"Show All Data" of a object show the wrong data type length / Wrong field type #311

Closed
efcdilascio opened this issue Feb 20, 2024 · 2 comments · Fixed by #312
Closed

"Show All Data" of a object show the wrong data type length / Wrong field type #311

efcdilascio opened this issue Feb 20, 2024 · 2 comments · Fixed by #312
Assignees
Labels
bug Something isn't working

Comments

@efcdilascio
Copy link

Make sure to read the troubleshooting section before creating an issue

  • [X ] I've read the common issues and the one I'm about to create is not one of those documented.

Describe the bug
Using "show all fields" function from a Salesforce object, some fields are shown with the wrong data type length

To Reproduce
Steps to reproduce the behavior:

  1. Open "Inspector" in any salesforce page
  2. Go to "Objects" tab
  3. Search for "OrderItem"
  4. Click/select order item
  5. Click "Show all data" button
  6. Search for "Quantity" in filter field in the top right corner

Expected behavior
A list of all object fields is shown

Screenshots
INSPECTOR ERROR 01 Captura de tela 2024-02-20 152329

INSPECTOR ERROR 02 Captura de tela 2024-02-20 152329

Desktop :

  • OS: Windows 11 Home Single Language 23H2 | version 22631.3155 | Windows Feature Experience Pack 1000.22684.1000.0
  • Browser: Microsoft Edge
  • Version: 121.0.2277.128 (Compilação oficial) (64 bits)

Additional context
Add any other context about the problem here.

@efcdilascio efcdilascio added the bug Something isn't working label Feb 20, 2024
@tprouvot
Copy link
Owner

Hi @efcdilascio,
You are correct there is a difference between data shown in Salesforce and the one in inspector.
The data displayed in inspector is the one from the 'EntityParticle'

image

I'll update it to reflect Salesforce view

@tprouvot tprouvot linked a pull request Feb 21, 2024 that will close this issue
6 tasks
tprouvot added a commit that referenced this issue Feb 21, 2024
## Describe your changes
Align Data Type in Inspector with Salesforce:

## Issue ticket number and link
#311 

## 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
- [ ] I added a new section on
[how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md)
(optional)
@efcdilascio
Copy link
Author

Thank you 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants