dufoli / Salesforce-Inspector-Advanced

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.
https://chromewebstore.google.com/detail/salesforce-inspector-adva/dbfimaflmomgldabcphgolbeoamjogji
MIT License
10 stars 2 forks source link

hard delete support #129

Open dufoli opened 5 months ago

dufoli commented 5 months ago

2 solutions : annon apex select ressource then Database.emptyRecycleBin(scope);
option 2: bulk api hard delete : https://help.salesforce.com/s/articleView?id=000382207&type=1

dufoli commented 5 months ago

https://github.com/sorenkrabbe/Chrome-Salesforce-inspector/issues/146