This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* this should be executed BEFORE activating your copado connect integration record. | |
* Use the script below to transfer IDs for the relevant elements and avoid duplicate records. | |
* Please be aware that Salesforce only allows to modify 10.000 records in one go. | |
* The recommendation is to run the snippets one by one and do a sanity check using e.g. a query in the Developer Console | |
*/ | |
Set<String> ADOprojects = new Set<String>{ | |
'My ADO Project Name 1', | |
'My ADO Project Name 2', |