Creating a GUID in workflow
Hello,
I am in need of creating a GUID in workflow and assigning it to a variable that gets placed into an attribute of featurelayer. The reason I don't have SDE automatically assign the GUID/Global ID is that there will be batch updates added to the DB that already have a GUID, so I need to do this programitcally in the workflow.
Thank you!
0
-
id = Guid.NewGuid(), where id is System.Guid datatype.
0 -
That worked wonderfully! Thank you so much!
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare