SQL Server Identity Column Detection

The ID column is used as the unique identifier outside the app and cannot be changed to another column. The GLIDEID is used as the unique identifier just in Glide.

Ideally, you want the GLIDEID from Glide to sync its value to the SQL table if its null. Not sure if this is possible?