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

Record Type not displayed on Inspector Reloaded #255

Closed
Asitt100 opened this issue Dec 29, 2023 · 7 comments
Closed

Record Type not displayed on Inspector Reloaded #255

Asitt100 opened this issue Dec 29, 2023 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@Asitt100
Copy link

Is your feature request related to a problem? Please describe.
the standard "RecType"line item in the main salesforce inspector reloaded screen is not displaying the record type, while the original inspector is. issue across objects, not just sample below. (and no, i did not just whiteout the RecType in the screenshot, it really does not display :) )

Describe the solution you'd like
have RecType displayed as expected

Describe alternatives you've considered
I've tried praying

Additional context
reload
inspect

@Asitt100 Asitt100 added the enhancement New feature or request label Dec 29, 2023
@tprouvot
Copy link
Owner

tprouvot commented Jan 2, 2024

Hi @Asitt100,
I could reproduce the bug (on large orgs such as SDO) but this is a random behaviour in my tests.
I found out that the test which indicates if the sobject supports recordType fail because the value is undefined.

I'll go deeper to find why but here some clues

image

tprouvot added a commit that referenced this issue Jan 2, 2024
## Describe your changes
Record Type not displayed in popup

## Issue ticket number and link
#255 
## Checklist before requesting a review
- [ ] I have read and understand the [Contributions
section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions)
- [ ] Target branch is releaseCandidate and not master
- [ ] I have performed a self-review of my code
- [ ] I ran the [unit
tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests)
and my PR does not break any tests
- [ ] 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)
@tprouvot
Copy link
Owner

tprouvot commented Jan 2, 2024

Issue solved and will be added to the beta version first then the new version

@tprouvot tprouvot closed this as completed Jan 2, 2024
AntoineLeleu-Salesforce pushed a commit to AntoineLeleu-Salesforce/Salesforce-Inspector-reloaded that referenced this issue Jan 4, 2024
## Describe your changes
Record Type not displayed in popup

## Issue ticket number and link
tprouvot#255 
## Checklist before requesting a review
- [ ] I have read and understand the [Contributions
section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions)
- [ ] Target branch is releaseCandidate and not master
- [ ] I have performed a self-review of my code
- [ ] I ran the [unit
tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests)
and my PR does not break any tests
- [ ] 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)
AntoineLeleu-Salesforce pushed a commit to AntoineLeleu-Salesforce/Salesforce-Inspector-reloaded that referenced this issue Jan 4, 2024
## Describe your changes
Record Type not displayed in popup

## Issue ticket number and link
tprouvot#255 
## Checklist before requesting a review
- [ ] I have read and understand the [Contributions
section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions)
- [ ] Target branch is releaseCandidate and not master
- [ ] I have performed a self-review of my code
- [ ] I ran the [unit
tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests)
and my PR does not break any tests
- [ ] 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)
@tprouvot
Copy link
Owner

Hi @Asitt100,
The fix is available in the beta version which has just been released on chrome

@Asitt100
Copy link
Author

Asitt100 commented Jan 11, 2024 via email

@Asitt100
Copy link
Author

Asitt100 commented Mar 8, 2024 via email

@Asitt100
Copy link
Author

Asitt100 commented Mar 8, 2024 via email

@tprouvot
Copy link
Owner

Hi @Asitt100,
I think you replied to our previous conversation which included those new questions in this issue.

To answer your question, the extension does not use Bulk API but does use batchSize property of SOAP API

image

About the "Generate new Token" did you enabled API Access Control on your org ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants