-
Notifications
You must be signed in to change notification settings - Fork 80
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
Comments
Hi @sfscgjohnson Info is available in the bottom left of the popup |
Bottom left says 60 |
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? |
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 |
Hi @sfscgjohnson |
Hi @sfscgjohnson ! |
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:
select endedbytype from MessagingSession order by createddate desc
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.
Dev Console from the same org
Maven tools from the same org
Desktop (please complete the following information):
Not sure if there are any other fields missing but we do see this one.
The text was updated successfully, but these errors were encountered: