Update Due to Change in Database Schema to GUIDsUpdate Due to Change in Database Schema to GUIDs\Data ChecksData Checks\Checking for specific record

Checking for specific record

For example:

If (Model.nCategoryUID == 1)

Changes to:

If (Model.nCategoryUID == '03D30256-B643-4735-A42A-E65601DCF9CF')

The mappings between the former decimal to new GUID values can be gleaned from the log files generated by the Database Update Tool used to convert a MET/TEAM database from 2.1.2 to 2.2.0.

Top of Page
Top of Page