SQL Server Identity Column Detection

I am wondering if the issue related to GLIDEID column being NULL when synched back is related to datatype of the column in SQL server. What is the column’s datatype on the server and how are you populating it on the server? If it is a UNIQUEIDENTIFIER column, can you try to use a character column instead populate with a GUID string?