Update Due to Change in Database Schema to GUIDsUpdate Due to Change in Database Schema to GUIDs\Data Checks

There may be other changes required to make your data checks work in the new database, but the three most common statements to evaluate are:

1.       Checking if a UID value is a new record in Javascript

2.       Updating hard-coded UID references in Javascript

3.       Declaring a variable used for a UID value in SQL

Top of Page