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-export] MessagingSession object missing fields #541

Closed
sfscgjohnson opened this issue Aug 27, 2024 · 7 comments
Closed

[data-export] MessagingSession object missing fields #541

sfscgjohnson opened this issue Aug 27, 2024 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@sfscgjohnson
Copy link

Bug Description:
When querying MessagingSession Object in SF Inspector I am not seeing the field EndedByType.
When I use other tools - developer console or say Maven tools it shows up. I see the field on the layout.

Steps to reproduce the behavior:

  1. Go to a MessagingSession
  2. Click on the SF Reloaded Tab, Click on Show All Data
  3. Search for EndedbyType
  4. It is not found
  5. Go to data export
  6. enter in the query below
    select endedbytype from MessagingSession order by createddate desc
  7. Hit Export
  8. Fails with the error
    INVALID_FIELD:
    SELECT Id,EndedbyType FROM MessagingSession
    ^
    ERROR at Row:1:Column:11
    No such column 'EndedbyType' on entity 'MessagingSession'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.

Expected behavior
Expected to get results from the query showing the field values.

Screenshots
If applicable, add screenshots to help explain your problem.
image
Dev Console from the same org
image
Maven tools from the same org
image

Desktop (please complete the following information):

  • OS: Max OS
  • Browser TEsted on Safari, Vivaldi and Chrom
  • Version [v1.231] 60

Not sure if there are any other fields missing but we do see this one.

@sfscgjohnson sfscgjohnson added the bug Something isn't working label Aug 27, 2024
@tprouvot tprouvot changed the title MessagingSession object missing fields [data-export] MessagingSession object missing fields Aug 27, 2024
@tprouvot
Copy link
Owner

Hi @sfscgjohnson
I'm not reproducing the error, could you tell me which api version you are using ?
image

Info is available in the bottom left of the popup

@sfscgjohnson
Copy link
Author

sfscgjohnson commented Aug 27, 2024

Bottom left says 60

@sfscgjohnson
Copy link
Author

When I changed to 61 it worked. I thought that was always set to the latest API version. Is there a way to configure that?

@tprouvot
Copy link
Owner

You may have updated this value manually which override default conf. You can find how to erase the customization in how to section of the documentation website

@tprouvot
Copy link
Owner

Hi @sfscgjohnson
I checked and the documentation does not mention how to remove the customization of the api version,
I'll update the documentation and provide a way to do so.

@tprouvot
Copy link
Owner

tprouvot commented Sep 5, 2024

I'll add this new button to reset extension version to default

image

@tprouvot
Copy link
Owner

tprouvot commented Dec 9, 2024

Hi @sfscgjohnson !
I'll release the 1.25 version this week and I'm making a linkedin post, I'll be happy to tag you on the post as reporter who helped the extension. If you are ok you can reach me on my linkedin profile

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

No branches or pull requests

4 participants
@tprouvot @sfscgjohnson and others