How do I populate Global ID?

2263
2
01-13-2020 07:00 PM
JustinOdell
Occasional Contributor III

I created a File Geodatabase containing a feature class with a few thousand features some time ago. I forget exactly how I did it, but somehow I managed to calculate a Global ID for all the features.

Now I am editing the feature class and when I create a new feature the Global ID is not populating. I have tried various methods, but can't get it to work. Any ideas why?

0 Kudos
2 Replies
JustinOdell
Occasional Contributor III

Ah, think this is how I did it:

How To: Calculate unique identifier values similar to Global IDs 

However, I am now getting lower-case Global ID characters whereas before I was getting upper-case. Not sure if this has anything to do with a version upgrade from 10.3.1 to 10.7.1?

DanPatterson_Retired
MVP Emeritus
"e26094a2-blah-blah".upper()

'E26094A2-BLAH-BLAH'