SandboxBerry icon indicating copy to clipboard operation
SandboxBerry copied to clipboard

Case sensitive on standard object names

Open idant2323 opened this issue 5 years ago • 3 comments

Getting errors when trying to rerteive standard objects for example Unexpected error: Could not return metadata for type contact Unexpected error: Could not return metadata for type account

idant2323 avatar Jun 10 '20 08:06 idant2323

Probably a permissions issue. The user you are using to log in with - does it have an Admin profile?

codeulike avatar Jun 10 '20 13:06 codeulike

Yep, Im admin on both environments interesting its working with custom objects and not standard objects

idant2323 avatar Jun 10 '20 20:06 idant2323

Might be case sensitive due to the way SandboxBerry uses the Dictionary collection. Try Account and Contact rather than account and contact

codeulike avatar Oct 20 '20 21:10 codeulike