This file contains 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 script will find all dictionary entries that are using 2020-01-01 as a default date, and tell you the number of impacted records. | |
To actually make changes, you will want to change the update flag to true; | |
*/ | |
//change this flag to true if you want to update the dictionary entries and affected records | |
var update = false; |