Andres Perez
Andres Perez
Please create a pull request, I would like to see what are the changes you are proposing.
With great power comes great responsibility. How to prevent accidental using this to wipe out the data in your production, when you actually meant to do it on a sandbox...
@afawcett I like your idea, but I do not think that would simplify the number of lines by much. Maybe it could increase the performance of the code, which will...
I finally got some time to update this code. I have made several performance improvements. I did the change you suggested, but the tests I have done are not conclusive....
Please run it with log level and post the log here. The tool only shows what Salesforce provides, so if Salesforce shows it… then you will see it, but may...
I am doing a major overhaul of ETCopyData and revisiting old issues. The next version will inform which object relationships are in deadlock.
Hi. Thanks for reaching out. The plugin was created with the SFDX architecture, and you may be trying to execute it with the SF (or the new SFDX) architecture. There...
This is exactly, what I am doing in this repo: https://github.com/eltoroit/temp-ETScratchOrgsStarter-/tree/ETCopyData_Backward
Change the log level to Trace and review the output, the code should show more information to help debug
The problem is that the code is assuming the fields are always shown in the same order. [This function](https://github.com/friedrith/node-wifi/blob/1a4364e67c9789555a00656d35287f0cebb3add8/src/windows-current-connections.js#L5) would need to be rewritten in a more generic form.