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

Data Delete Import not Throwing Error on Cross Object Id's #268

Open mbattenfield opened 6 months ago

mbattenfield commented 6 months ago

I recently tested Insert function of Inspector using the Delete action. I mistakenly pasted Id's for the Opportunity object while the OpportunityTeamMember Object was selected in the dropdown. In the past, a mismatch of this type would throw an error and not complete the update. However, in this case, twice, the Delete action passed, deleting the Opportunity records pasted in the box. Am I misunderstanding the functionality? I was under the impression the object dropdown not only checked the fields available to import, BUT ALSO acted as a catch to prevent the update/deletion of Id's pasted of an object that did not match the Object selection.