sorenkrabbe / Chrome-Salesforce-inspector

Chrome extension to add a metadata layout on top of the standard Salesforce UI to improve the productivity and joy of Salesforce configuration, development, and integration.
328 stars 124 forks source link

Inspector Field Access Different Between Browsers #270

Closed GoliathMrk1 closed 3 months ago

GoliathMrk1 commented 3 months ago

Hi Team,

First, Amazing Tool! Its been one of the must haves for working with Salesforce, Awesome Job!

Apologies this is the first time I'm reporting a bug so please let me know if I'm going about it incorrectly?

The Issue: I'm Experiencing an issue when querying export data for a specific field, On EDGE I cannot see the field ('Uuid') and can't export data for it, but on Mozilla Firefox I can see and export data for the same field.

I do have access to the field and logging into both browsers with the same creds

Info: EDGE image

image

FireFox image

image

tprouvot commented 3 months ago

Hi @GoliathMrk1 , It seems that you are using an old version of the plugin (1.11) which was based on Salesforce API version 48.0

image

The latest version (1.14) uses the API 56 so if you update the plugin it should solve the issue.

That being said, if you want to use objects and fields delivered post API 56 (Winter 23 I think) you won't be able to do so. You can use a new extension based on this one which is up to date with latest API version.

tprouvot commented 3 months ago

According to the documentation UUID field was released on version 49

image
GoliathMrk1 commented 3 months ago

On Edge the Latest version is 1.11

How do i upgrade to a newer version?

image

tprouvot commented 3 months ago

Go to the chrome web store where you can install chrome extensions on edge

Reloaded OG version

image

GoliathMrk1 commented 3 months ago

Thank you for the assist. the reloaded version is working for the required field.